Przeglądaj źródła

Merge pull request #363 from aledeg/darktheme

Correction du theme foncé
Alexandre Alapetite 12 lat temu
rodzic
commit
2d9992a4f6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      p/themes/default_dark/freshrss.css

+ 1 - 1
p/themes/default_dark/freshrss.css

@@ -419,7 +419,7 @@
 	top: 10px; bottom: 10px;
 	top: 10px; bottom: 10px;
 	left: 100px; right: 100px;
 	left: 100px; right: 100px;
 	overflow: auto;
 	overflow: auto;
-	background: #fff;
+	background: #1c1c1c;
 	border: 1px solid #95a5a6;
 	border: 1px solid #95a5a6;
 	border-radius: 5px;
 	border-radius: 5px;
 }
 }