浏览代码

Fixed bold Inconsolata ugliness on Windows for <strong> elements.

I'm not sure though bold => black is enough to make distinctions. Maybe on Windows we should use native Consolas with real bold as suggested by @spite?
alteredq 13 年之前
父节点
当前提交
2a2f14a48c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/page.css

+ 4 - 0
docs/page.css

@@ -65,6 +65,10 @@ code {
 	overflow: auto;
 }
 
+strong {
+	color: #000;
+	font-weight: normal;
+}
 
 #button {
 	position: fixed;