From 94d969bcd2fd4b6bb20be244af9050dc9055c0c5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 14 Feb 2016 23:12:17 +0100 Subject: [PATCH] Color and news/article fixes --- color.scss | 5 +++- default.scss | 12 +++++++++- styles.css | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 2 deletions(-) diff --git a/color.scss b/color.scss index 5ed85e5..59188ae 100644 --- a/color.scss +++ b/color.scss @@ -11,6 +11,10 @@ $content-background-color: #f5f5ff; color: #ff4b41; } +.favorite { + color: #d16059; +} + .green { background: #c0ffb4; } @@ -27,7 +31,6 @@ $content-background-color: #f5f5ff; background: #ffbf7c; } - .lightblue { background: #b5ffff; } diff --git a/default.scss b/default.scss index 2ca691f..9c27b14 100644 --- a/default.scss +++ b/default.scss @@ -15,4 +15,14 @@ pre { @include border-radius(3px); border: 1px solid $content-border-color; padding: 5px; -} \ No newline at end of file +} + +article { + background: #fff; + padding: 5px; + margin: 0; + + p { + line-height: 1.5em; + } +} diff --git a/styles.css b/styles.css index d98fc7e..f32b14c 100644 --- a/styles.css +++ b/styles.css @@ -41,6 +41,9 @@ i { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -95,12 +98,22 @@ pre { border: 1px solid #b7b7b7; padding: 5px; } +article { + background: #fff; + padding: 5px; + margin: 0; } + article p { + line-height: 1.5em; } + .ok { color: #5cff56; } .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -216,6 +229,9 @@ pre { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -338,6 +354,9 @@ p + p { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -636,6 +655,9 @@ p + p { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -683,6 +705,9 @@ canvas { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -780,6 +805,9 @@ form .list { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -927,6 +955,9 @@ div.slider-1 figure { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1101,6 +1132,9 @@ input[type="range"] { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1235,6 +1269,9 @@ div.alert { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1290,6 +1327,9 @@ blockquote { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1397,6 +1437,9 @@ blockquote { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1609,6 +1652,9 @@ article a { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1679,6 +1725,9 @@ ul.h-list li { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1792,6 +1841,9 @@ ul.h-list li { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1854,6 +1906,9 @@ ul.h-list li { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -1961,6 +2016,9 @@ ul.h-list li { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -2046,6 +2104,9 @@ section h2 { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -2205,6 +2266,9 @@ section h2 { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; } @@ -2322,6 +2386,9 @@ table.list td { .warning { color: #ff4b41; } +.favorite { + color: #d16059; } + .green { background: #c0ffb4; }