Browse Source

Fix vertical line color

Volodymyr Tkach 2 years ago
parent
commit
46c2be53c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gogs/public/css/dark-gogs.dev.css

+ 1 - 1
gogs/public/css/dark-gogs.dev.css

@@ -33,7 +33,7 @@ a:hover {
 }
 }
 
 
 hr {
 hr {
-	background-color: #c9d1d9 !important;
+	background-color: #30363d !important;
 }
 }
 
 
 .full.height {
 .full.height {