aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-02-23 00:34:04 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-02-23 00:34:20 +0100
commitc466b6caaa7b6dce2c45075ce1b31235ff90cd34 (patch)
treed0ed25e04bef865c196a5b4213ace7e51ed89310 /static/style.css
parentadd dirty hack to handle "some" bad HTML. (diff)
downloadcalp-c466b6caaa7b6dce2c45075ce1b31235ff90cd34.tar.gz
calp-c466b6caaa7b6dce2c45075ce1b31235ff90cd34.tar.xz
Add rudementary dark theme.
Diffstat (limited to '')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index e01eef32..ec249956 100644
--- a/static/style.css
+++ b/static/style.css
@@ -343,5 +343,6 @@ body {
width: calc(100% + 2em);
height: 4px;
background: blue;
+ border-color: blue;
left: -1em;
}