aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-07-07 22:56:14 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-07-07 22:56:14 +0200
commita737f483fbe994f84709388e2c196172b00fb5f1 (patch)
treed53ed0a818e1e41159cbe9a987f7d67370145009 /static/style.scss
parentAdd marker on events with descriptions. (diff)
downloadcalp-a737f483fbe994f84709388e2c196172b00fb5f1.tar.gz
calp-a737f483fbe994f84709388e2c196172b00fb5f1.tar.xz
Templetize blue color.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.scss b/static/style.scss
index c2cb5086..ef2b3611 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -139,7 +139,7 @@ html, body {
> div {
padding: 0.5em;
- background-color: #3399ff;
+ background-color: $blue;
color: white;
box-sizing: border-box;