Przeglądaj źródła

Update color of outdated packages in dark theme

Kristan Kenney 5 lat temu
rodzic
commit
2d6ec53742
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      install/deb/themes/dark.css

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

@@ -502,7 +502,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
 
 .units .l-unit.l-unit--outdated {
   color: #d4d4d4;
-  background-color: #760000;
+  background-color: #981111;
 }
 
 .l-unit--outdated.selected {