cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit 53708f563eb2b2746f5fb56e845cd29d05773c63
parent 9cb07b43376f01d296fee261d1afe897156ed9b8
Author: cblgh <cblgh@cblgh.org>
Date:   Sun,  6 Nov 2022 11:51:15 +0100

reset theme

Diffstat:
Mhtml/assets/theme.css | 4+++-
Mhtml/head.html | 13+++++--------
2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/html/assets/theme.css b/html/assets/theme.css @@ -8,10 +8,10 @@ a:visited { color: #666; } tr:hover td { background:#e2cca2; } body { background: wheat; color: black; } -header > a { background-image: url('/assets/merveilles.png'); } header details a:visited { color: black; } /* halloween theme */ +/* header svg { fill: #ff8000; } #logo { width: 48px; @@ -28,4 +28,6 @@ body { background: #111; color: #ff8000; } header details a:visited { color: #ff8000; } /* author colors */ +/* span > b { color: #ff8000; } +*/ diff --git a/html/head.html b/html/head.html @@ -27,9 +27,6 @@ label { display: block; } - header svg { - fill: #ff8000; - } article h1, article h2, article h3 { /* normalize post titles */ font-size: 1rem; @@ -49,7 +46,7 @@ li { margin-bottom: 0rem; } ul { padding-left: 1rem; } h1, h2 { margin-bottom: 1rem; } - p { margin-bottom: 1rem; color: #f2f2f2; } + p { margin-bottom: 1rem; } blockquote { padding-left: 1rem; border-left: 3px solid wheat; } div { margin-bottom: 2rem; } textarea { min-height: 10rem; background: black; color: wheat; } @@ -61,7 +58,7 @@ color: wheat; } a:visited { - color: gray; /* #666; /* for lack of better imagination */ + color: #666; /* for lack of better imagination */ } .selectable { -webkit-touch-callout: all; @@ -86,7 +83,7 @@ width: 100%; } - body { padding: 2rem; background: #111; color: #ff8000; /*wheat;*/ } + body { padding: 2rem; color: #111; background: wheat; } * { margin-bottom: 1rem; } .visually-hidden { @@ -138,7 +135,7 @@ margin-bottom: unset; } header details a:visited { - color: #ff8000; + color: black; } header details ul { position: absolute; @@ -149,7 +146,7 @@ /* post author name */ span > b { - color: #ff8000; + color: black; } @supports (display: flex) {