From a737f483fbe994f84709388e2c196172b00fb5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 7 Jul 2021 22:56:14 +0200 Subject: Templetize blue color. --- static/_global.scss | 1 + static/binders.js | 2 -- static/style.scss | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/_global.scss b/static/_global.scss index bb8f4bf5..8a5bee83 100644 --- a/static/_global.scss +++ b/static/_global.scss @@ -1,4 +1,5 @@ $gray: #757575; +$blue: #3399ff; $btn-height: 0.5ex; diff --git a/static/binders.js b/static/binders.js index 3d9ae657..a6e37189 100644 --- a/static/binders.js +++ b/static/binders.js @@ -57,8 +57,6 @@ function bind_recur(el, e) { } } }]); - - } function bind_edit(el, e) { 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; -- cgit v1.2.3