projects
/
wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5560a27
)
Add dark scheme for headings
author
Bernie Innocenti
<bernie@codewiz.org>
Mon, 14 Aug 2023 11:11:55 +0000
(
04:11
-0700)
committer
Bernie Innocenti
<bernie@codewiz.org>
Mon, 14 Aug 2023 11:11:55 +0000
(
04:11
-0700)
sys/geekigeeki.css
patch
|
blob
|
history
diff --git
a/sys/geekigeeki.css
b/sys/geekigeeki.css
index 75115dd3f452a34a11a55ccf2ee16a90ae985dfb..b8410af7ecd632ec2d2481f9f212c1b66732ccfa 100644
(file)
--- a/
sys/geekigeeki.css
+++ b/
sys/geekigeeki.css
@@
-428,6
+428,16
@@
div .innerthumb {
a.login { color: #bb6666; }
a.heading { text-decoration: none; color: #666666; font-size: smaller; }
+ h1 {
+ color: #88bbff;
+ border: #77aadd;
+ background-color: #2a2a2a;
+ }
+ h2 { color: #44dd66; }
+ h3 { color: #88aacc; }
+ h4 { color: #8899bb; }
+ h5 { color: #6666cc; }
+
div.nav {
border-color: #606060;
background-color: #303030;