diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/bar.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/bar.scss b/scss/bar.scss index 1726cac..ab75b00 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -88,6 +88,10 @@ color: scheme.$rosewater; } + .updates { + color: scheme.$blue; + } + .notifications { color: scheme.$mauve; } |