summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardColors.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards/boardColors.styl')
-rw-r--r--client/components/boards/boardColors.styl11
1 files changed, 10 insertions, 1 deletions
diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl
index b1ddfe6d..8e28fcfa 100644
--- a/client/components/boards/boardColors.styl
+++ b/client/components/boards/boardColors.styl
@@ -23,9 +23,13 @@ setBoardColor(color)
.sidebar-list li a:hover
background-color: lighten(color, 10%)
- &#header #header-quick-access ul li.current
+ &#header ul li.current, &#header-quick-access ul li.current
border-bottom: 2px solid lighten(color, 10%)
+ &#header-quick-access
+ background: darken(color, 10%)
+ color: white
+
&#header #header-main-bar .board-header-btn.emphasis
background: complement(color)
@@ -47,6 +51,11 @@ setBoardColor(color)
&:not(.is-checked) + .minicard:hover:not(.minicard-composer)
background: lighten(color, 97%)
+ @media screen and (max-width: 800px)
+ &.pop-over .header
+ background: color
+ color: white
+
.board-color-nephritis
setBoardColor(#27AE60)