Explorar el Código

Fix Dark load (#2987)

#fix https://github.com/FreshRSS/FreshRSS/issues/2986 😈😛
Alexandre Alapetite hace 6 años
padre
commit
533ac05f4e
Se han modificado 2 ficheros con 2 adiciones y 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;
 }