Ver Fonte

Fix Dark load (#2987)

#fix https://github.com/FreshRSS/FreshRSS/issues/2986 😈😛
Alexandre Alapetite há 5 anos atrás
pai
commit
533ac05f4e
2 ficheiros alterados com 2 adições e 0 exclusões
  1. 1 0
      p/themes/Dark/dark.css
  2. 1 0
      p/themes/Dark/dark.rtl.css

+ 1 - 0
p/themes/Dark/dark.css

@@ -771,6 +771,7 @@ a.btn {
 
 /*=== Feed articles */
 .flux {
+	background: #1c1c1c;
 	border-left: 2px solid #2f2f2f;
 }
 

+ 1 - 0
p/themes/Dark/dark.rtl.css

@@ -771,6 +771,7 @@ a.btn {
 
 /*=== Feed articles */
 .flux {
+	background: #1c1c1c;
 	border-right: 2px solid #2f2f2f;
 }