From 68f17a80512f0188c42aa6c3b5a3f30e73d5ddf4 Mon Sep 17 00:00:00 2001 From: urosm Date: Tue, 13 Aug 2024 16:32:13 +0200 Subject: [PATCH] css: formatting --- public_html/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public_html/css/style.css b/public_html/css/style.css index bc900bd..a95e4a4 100644 --- a/public_html/css/style.css +++ b/public_html/css/style.css @@ -10,7 +10,7 @@ :root { --font-size: 9pt; - --line-height: 1.25; + --line-height: 1.25; --font-family: monospace; /* colors */ @@ -62,8 +62,8 @@ /* root, * */ :root { - color: var(--white); - background-color: var(--black); + color: var(--white); + background-color: var(--black); font: var(--font-size)/var(--line-height) var(--font-family); overflow-wrap: break-word; } @@ -151,8 +151,8 @@ figure img { } hr { - color: unset; - border: unset; + color: unset; + border: unset; } hr::after { @@ -189,7 +189,7 @@ ol>li::marker { } ul>li::marker { - content: "-"; + content: "-"; } li p + p {