From 231d8fff6e93ef68b5e5bcd0b71809d2d0a96154 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 26 Nov 2018 13:22:34 +0100 Subject: [PATCH] add new style vars from develop --- res/themes/dharma/css/_dharma.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/themes/dharma/css/_dharma.scss b/res/themes/dharma/css/_dharma.scss index 07da833cfb..f1badb35ca 100644 --- a/res/themes/dharma/css/_dharma.scss +++ b/res/themes/dharma/css/_dharma.scss @@ -21,6 +21,7 @@ $focus-bg-color: #dddddd; // button UI (white-on-green in light skin) $accent-fg-color: #ffffff; $accent-color: #f56679; +$accent-color-50pct: #f56679; $selection-fg-color: $primary-bg-color; @@ -95,6 +96,9 @@ $h3-color: #3d3b39; $dialog-background-bg-color: #e9e9e9; $lightbox-background-bg-color: #000; +$imagebody-giflabel: rgba(0, 0, 0, 0.7); +$imagebody-giflabel-border: rgba(0, 0, 0, 0.2); + $greyed-fg-color: #888; $neutral-badge-color: #dbdbdb;