voterunner

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

commit
e8b8d970bdb89fd519e363aa1c81720ea4466c52
parent
ddeb568d211db52ff4478c76916d69a0ce12206f
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-11 11:39
update mfbs

Diffstat

M static/scss/bower_components/mfbs/sass/variables.scss 10 +++++-----
M static/style.css 2 +-

2 files changed, 6 insertions, 6 deletions


diff --git a/static/scss/bower_components/mfbs/sass/variables.scss b/static/scss/bower_components/mfbs/sass/variables.scss

@@ -2,15 +2,15 @@
    2     2 
    3     3 $color-bg: #fff !default;
    4     4 $color-fg: #333 !default;
    5    -1 $color-bg-tint: #f3f3f3 !default;
    6    -1 $color-border: #aaa !default;
   -1     5 $color-bg-tint: mix($color-bg, $color-fg, 95%) !default;
   -1     6 $color-border: mix($color-bg, $color-fg, 60%) !default;
    7     7 $color-link: #0275d8 !default;
    8    -1 $color-link-focus: #014c8c !default;
   -1     8 $color-link-focus: mix($color-link, $color-fg, 50%) !default;
    9     9 $color-invalid: red !default;
   10    -1 $font-size-min: 0.9em !default;
   11    -1 $font-size-max: 1.2em !default;
   12    10 
   13    11 // lengths
   -1    12 $font-size-min: 0.9em !default;
   -1    13 $font-size-max: 1.2em !default;
   14    14 $padding: 0.5em !default;
   15    15 $spacer: 1em !default;
   16    16 $indentation: 2rem !default;

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

@@ -35,7 +35,7 @@ a {
   35    35   color: #336DBE;
   36    36   text-decoration: underline; }
   37    37   a:hover, a:focus, a:active {
   38    -1     color: #014c8c; }
   -1    38     color: #1a375f; }
   39    39 
   40    40 a:not([href]) {
   41    41   color: inherit;