diff options
Diffstat (limited to 'control-center.css')
-rw-r--r-- | control-center.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/control-center.css b/control-center.css index e5ddf143..6ea3c0ad 100644 --- a/control-center.css +++ b/control-center.css @@ -32,3 +32,10 @@ GtkTextView, focus * { -GtkTreeView-focus-line-width: 0; } +#StepsLabel { + color: #FFFFFF +} + +#StepsLabel:hover { + color: #000000; +} |