aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/_global.scss1
-rw-r--r--static/binders.js2
-rw-r--r--static/style.scss2
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;