Add CSS styling to history view to make text lighter coloured.
This commit is contained in:
@@ -77,3 +77,9 @@ MiniWindow QPushButton {
|
||||
{
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#history::item
|
||||
{
|
||||
color: #888;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user