summaryrefslogtreecommitdiff
path: root/web-ui/app
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app')
-rw-r--r--web-ui/app/scss/_colors.scss2
-rw-r--r--web-ui/app/scss/styles.scss3
2 files changed, 2 insertions, 3 deletions
diff --git a/web-ui/app/scss/_colors.scss b/web-ui/app/scss/_colors.scss
index 903ecb94..b0a88978 100644
--- a/web-ui/app/scss/_colors.scss
+++ b/web-ui/app/scss/_colors.scss
@@ -7,7 +7,7 @@ $error: #D72A25;
$attention: #F6A40A;
$success: #2DAB49;
-$contrast: #F2F3ED;
+$contrast: #EEE;
$top_pane: #EAEAEA;
$secondary: #3E3A37;
$primary_color: #EF4E2F;
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index 823a168a..3f2caca8 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -80,7 +80,7 @@
height: 75px;
position: relative;
padding: 12px 10px;
- background: lighten($contrast, 2%);
+ background: $contrast;
border-bottom: 1px solid white;
cursor: pointer;
font-weight: bold;
@@ -134,7 +134,6 @@
}
&.status-read {
- background: $contrast;
a {
font-weight: normal;
color: #555;