diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-23 12:54:58 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-23 12:54:58 +0800 |
| commit | bae6f470f5ae274d4013c024e443e15484c1d2e0 (patch) | |
| tree | 8923b3d88be35380ab499ecf15cf600cd03acda1 /assets | |
| parent | 953550aee9207fae3f1a636c92d76809c8a36e5e (diff) | |
| download | www-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.css | 2 |
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; } |
