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:
@@ -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
|
||||
|
Reference in New Issue
Block a user