mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Change list background and font color. (#325)
This commit is contained in:
committed by
Dustin Falgout
parent
a6e09d9b5f
commit
3312777416
@@ -4,8 +4,14 @@
|
|||||||
|
|
||||||
@include exports("grid") {
|
@include exports("grid") {
|
||||||
list {
|
list {
|
||||||
background-color: shade($bg_color, .97);
|
color: $text_color;
|
||||||
color: $fg_color;
|
background-color: $base_color;
|
||||||
|
border-color: $borders_color;
|
||||||
|
|
||||||
|
&:backdrop {
|
||||||
|
background-color: $backdrop_base_color;
|
||||||
|
border-color: $backdrop_borders_color;
|
||||||
|
}
|
||||||
|
|
||||||
row {
|
row {
|
||||||
&, &.button {
|
&, &.button {
|
||||||
|
|||||||
Reference in New Issue
Block a user