mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:31:41 +00:00
Editor: forzar modo claro
Esto hace que sea legible y más usable cuando el modo oscuro está activado. https://0xacab.org/sutty/sutty/-/issues/2135 Idealmente, me gustaría tener modo oscuro real en el editor.
This commit is contained in:
parent
cebee29ac4
commit
21f650fc57
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
box-sizing: border-box;
|
||||
*, *::before, *::after { box-sizing: inherit; }
|
||||
|
||||
// Arreglo temporal para que las cosas sean legibles en modo oscuro
|
||||
--foreground: black;
|
||||
--background: white;
|
||||
--color: #f206f9;
|
||||
background: var(--background);
|
||||
color: var(--foreground);
|
||||
|
||||
h1, h2, h3, h4, h5, h6, p, li {
|
||||
min-height: 1.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue