Dividers weren't showing up in the dark theme.

This commit is contained in:
Thomas Wilburn 2013-09-15 09:55:29 -07:00
parent fb07441d81
commit d6ade496b7

View file

@ -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 {