Browse Source

Fix incorrect notification border color in dark.css

Kristan Kenney 6 years ago
parent
commit
6df60560b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/themes/dark.css

+ 1 - 1
install/deb/themes/dark.css

@@ -949,7 +949,7 @@ a {
   color: #dadada;
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
-  border: 1px solid #282828;
+  border: 1px solid #404040;
   border-top: none;
 }