Fix dark text-entries in gnucash #94

This commit is contained in:
EliverLara
2020-07-13 12:08:12 -05:00
parent 54de6a5ed0
commit f7a54318f3
3 changed files with 23 additions and 0 deletions

View File

@@ -176,3 +176,12 @@
border: 0;
background-color: $bg_color;
}
/*********
* Gnucash *
*********/
.GncMainWindow entry.register-foreground {
background: transparent;
border: none;
}