* Change list background and font color. (#325)

pull/329/head
Csaba Jakosa 2016-04-12 16:25:05 +02:00 committed by Dustin Falgout
parent a6e09d9b5f
commit 3312777416
1 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,14 @@
@include exports("grid") {
list {
background-color: shade($bg_color, .97);
color: $fg_color;
color: $text_color;
background-color: $base_color;
border-color: $borders_color;
&:backdrop {
background-color: $backdrop_base_color;
border-color: $backdrop_borders_color;
}
row {
&, &.button {