mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 23:21:41 +00:00
Revert "fix: deshabilitar el modo oscuro #12994"
This reverts commit e504501678
.
This commit is contained in:
parent
f041706bc7
commit
c1874af5bf
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@ $sizes: (
|
|||
--color: #{$magenta};
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--foreground: #{$white};
|
||||
--background: #{$black};
|
||||
--color: #{$cyan};
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Encontrar la forma de generar esto desde los locales de Rails
|
||||
$custom-file-text: (
|
||||
en: 'Browse',
|
||||
|
|
Loading…
Reference in a new issue