mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:36:22 +00:00
feat: colores legibles en modo oscuro #16489
This commit is contained in:
parent
ba40fb647d
commit
fe33dd8caa
2 changed files with 19 additions and 0 deletions
|
@ -76,6 +76,15 @@ $sizes: (
|
|||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
p, a, span {
|
||||
color: $black;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Encontrar la forma de generar esto desde los locales de Rails
|
||||
|
|
|
@ -31,4 +31,14 @@ $cyan: #13fefe;
|
|||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
p, a, span {
|
||||
color: $black;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue