瀏覽代碼

Make headers stand out in API reference (#22948)

Orta Therox 3 年之前
父節點
當前提交
f9ceca4ffe
共有 1 個文件被更改,包括 5 次插入0 次删除
  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);