From 5cdda5982af174d255ffe782da5b6c73d986b7df Mon Sep 17 00:00:00 2001 From: Andrea Azzarone Date: Fri, 22 Sep 2017 15:27:28 +0200 Subject: [PATCH] Change the default color --- stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index f33f6a8fca..8235d9fb22 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -117,7 +117,7 @@ #dashtodockContainer .notification-badge { color: rgba(255,255,255,1); - background-color: rgba(255,0,0,1.0); + background-color: #e95420; padding: 0.2em 0.5em; border-radius: 1em; font-weight: bold;