Fix titlebar fg color
parent
ca2e8bd915
commit
a9c3ce1f54
|
@ -2041,7 +2041,7 @@ GtkColorButton.button {
|
||||||
border-color: shade(@titlebar_bg_color, 0.8);
|
border-color: shade(@titlebar_bg_color, 0.8);
|
||||||
background-color: @titlebar_bg_color;
|
background-color: @titlebar_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @titlebar_bg_color;
|
color: @titlebar_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar .button.text-button {
|
.header-bar .button.text-button {
|
||||||
|
|
Loading…
Reference in New Issue