mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 13:41:41 +00:00
Merge branch 'arreglar-editor-oscuro' into 'rails'
Editor: forzar modo claro Closes #2135 See merge request sutty/sutty!69
This commit is contained in:
commit
385d943a2c
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