summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-04-23 12:54:58 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-04-23 12:54:58 +0800
commitbae6f470f5ae274d4013c024e443e15484c1d2e0 (patch)
tree8923b3d88be35380ab499ecf15cf600cd03acda1 /assets
parent953550aee9207fae3f1a636c92d76809c8a36e5e (diff)
downloadwww-bae6f470f5ae274d4013c024e443e15484c1d2e0.tar.gz
Rewrite VCS and neo4J in my style, and fix font-size in pre.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 0e5b959..1586f2e 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -27,7 +27,7 @@ header h1 {
}
pre, code {
- font-size: inherit;
+ font-size: 90%;
background: #222222;
color: #ffb300;
}