diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-10 17:48:48 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-10 17:49:59 -0400 |
commit | 75ec07ac18cb91eb2e019aefce8f60488d794de1 (patch) | |
tree | 6492a1000b90ab325b19aaf80b37c6a792e6ffee /src/static | |
parent | 3f236319355b093b336e70119a7127bd23693ec2 (diff) |
data: provide default wiki color in data, not css
Fixes #169!
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site5.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index afce9b0f..014e6d25 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -3,13 +3,7 @@ * no need to re-run upd8.js when tweaking values here. Handy! */ -:root { - --primary-color: #0088ff; -} - -/* Layout - Common - * - */ +/* Layout - Common */ body { margin: 10px; |