5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 21:26:21 +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

9 lines
132 B
SCSS

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