Replace hardcoded colors with variables and more sane colors.

Makes it possible to theme the comments by replacing color variables.
This commit is contained in:
2017-10-14 03:06:08 +02:00
parent 43cb7a5f65
commit d637e322f7
2 changed files with 15 additions and 10 deletions

View File

@@ -527,7 +527,7 @@ nav.sidebar
/* Global, we want all menus to look like this */
ul.dropdown-menu
background-color: white
background-color: $color-background-light
border: none
box-shadow: 0 10px 25px rgba(black, .1)
user-select: none