فهرست منبع

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;