Преглед изворни кода

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;