mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 23:51:41 +00:00
fix: deshabilitar el modo oscuro #12994
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
hasta que lo podamos revisar mejor
This commit is contained in:
parent
aaa4608cf7
commit
e504501678
1 changed files with 0 additions and 8 deletions
|
@ -46,14 +46,6 @@ $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