Explorar o código

Fix Dark load (#2987)

#fix https://github.com/FreshRSS/FreshRSS/issues/2986 😈😛
Alexandre Alapetite %!s(int64=6) %!d(string=hai) anos
pai
achega
533ac05f4e
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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;
 }