Browse Source

Fix headers vertical lines

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

+ 9 - 0
gogs/public/css/dark-gogs.dev.css

@@ -546,6 +546,15 @@ span.ui.basic.yellow.label {
 	border-bottom: 1px solid #21262d;
 }
 
+.markdown:not(code) h1 code,
+.markdown:not(code) h2 code,
+.markdown:not(code) h3 code,
+.markdown:not(code) h4 code,
+.markdown:not(code) h5 code,
+.markdown:not(code) h6 code {
+	padding-bottom: 0;
+}
+
 .ui.basic.small.button {
 	background: #161b22 !important;
 }