voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
0e5a0ca498301a2678fa04938198f03ae8418ad4
parent
a4eb2e751b482074f39e286ff395ee3a0b90fb2b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-11-18 09:58
tweak colors

Diffstat

M static/scss/style.scss 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/static/scss/style.scss b/static/scss/style.scss

@@ -1,8 +1,8 @@
    1     1 $color-bg: #fff;
    2     2 $color-bg-html: #eee;
    3    -1 $color-fg: #000;
   -1     3 $color-fg: #111;
    4     4 $color-link: #336DBE;
    5    -1 $color-bg-tint: mix($color-link, $color-bg, 30%);
   -1     5 $color-bg-tint: mix($color-link, $color-bg, 25%);
    6     6 $color-border: #c0c0c0;
    7     7 
    8     8 $padding: 0.4em;