Browse Source

Make headers stand out in API reference (#22948)

Orta Therox 3 years ago
parent
commit
f9ceca4ffe
1 changed files with 5 additions and 0 deletions
  1. 5 0
      files/main.css

+ 5 - 0
files/main.css

@@ -316,6 +316,11 @@ h1 a {
 			padding-top: 12px;
 		}
 
+	        #panel #content h3 {
+			color: var(--text-color);
+			font-weight: 900;
+		}
+
 		#panel #content a {
 			position: relative;
 			color: var(--text-color);