css: formatting

master
urosm 2024-08-13 16:32:13 +02:00
parent 97b561fad1
commit 68f17a8051
1 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
:root { :root {
--font-size: 9pt; --font-size: 9pt;
--line-height: 1.25; --line-height: 1.25;
--font-family: monospace; --font-family: monospace;
/* colors */ /* colors */
@ -62,8 +62,8 @@
/* root, * */ /* root, * */
:root { :root {
color: var(--white); color: var(--white);
background-color: var(--black); background-color: var(--black);
font: var(--font-size)/var(--line-height) var(--font-family); font: var(--font-size)/var(--line-height) var(--font-family);
overflow-wrap: break-word; overflow-wrap: break-word;
} }
@ -151,8 +151,8 @@ figure img {
} }
hr { hr {
color: unset; color: unset;
border: unset; border: unset;
} }
hr::after { hr::after {
@ -189,7 +189,7 @@ ol>li::marker {
} }
ul>li::marker { ul>li::marker {
content: "-"; content: "-";
} }
li p + p { li p + p {