Dividers weren't showing up in the dark theme.
This commit is contained in:
parent
fb07441d81
commit
d6ade496b7
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid rgba(0, 0, 0, .2);
|
||||
border-top: 1px solid rgba(128, 128, 128, .2);
|
||||
margin: 4px 8px;
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
z-index: 999;
|
||||
background: @background;
|
||||
padding: 0;
|
||||
box-shadow: 4px 8px 16px rgba(0, 0, 0, .1);
|
||||
box-shadow: 4px 8px 16px rgba(0, 0, 0, .2);
|
||||
}
|
||||
|
||||
&.parent::after {
|
||||
|
|
Loading…
Reference in a new issue