5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 11:16:07 +00:00
panel/app/assets/stylesheets/dark.scss
f f041706bc7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: poder cambiar al tema oscuro en firefox
2023-04-12 12:28:03 -03:00

10 lines
132 B
SCSS

$black: black;
$white: white;
$cyan: #13fefe;
:root {
--foreground: #{$white};
--background: #{$black};
--color: #{$cyan};
}