voterunner

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

commit
864d1372c1453608900c02f1f1117f639d9bb161
parent
bcc991285b7fffbf45ece3da768d5bba2efd3c7d
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-15 21:27
generate $color-bg-tint from $color-link

Diffstat

M static/scss/style.scss 2 +-
M static/style.css 8 ++++----

2 files changed, 5 insertions, 5 deletions


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

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

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

@@ -55,7 +55,7 @@ hr {
   55    55 pre, code {
   56    56   font-size: 90%;
   57    57   font-family: monospace;
   58    -1   background-color: #c2d5ee; }
   -1    58   background-color: #c2d3ec; }
   59    59 
   60    60 code {
   61    61   padding: 0 0.25em; }
@@ -157,7 +157,7 @@ body > header {
  157   157     font-size: 200%;
  158   158     color: #fff; }
  159   159     body > header h1 span {
  160    -1       color: #c2d5ee; }
   -1   160       color: #c2d3ec; }
  161   161 
  162   162 #tree,
  163   163 #user,
@@ -238,7 +238,7 @@ body > header {
  238   238       .node .body {
  239   239         border: 1px solid; } }
  240   240   .node .header {
  241    -1     background: #c2d5ee; }
   -1   241     background: #c2d3ec; }
  242   242   .node .expand:before {
  243   243     content: ">"; }
  244   244   .node .comment {
@@ -258,7 +258,7 @@ body > header {
  258   258     content: "v"; }
  259   259 
  260   260 #user {
  261    -1   background: #c2d5ee; }
   -1   261   background: #c2d3ec; }
  262   262   #user .delegate {
  263   263     float: left; }
  264   264   #user .undelegate:before {