e6360da62654

Style tweaks
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 15:36:54 -0500
parents e5f60d96b62f
children 6e5adbf46d65
branches/tags (none)
files d/resources/style.less d/resources/tango.css

Changes

--- a/d/resources/style.less	Mon Dec 24 15:58:05 2018 -0500
+++ b/d/resources/style.less	Mon Dec 23 15:36:54 2019 -0500
@@ -2,11 +2,11 @@
     overflow-y: scroll;
 }
 .wrap {
-    width: 600px;
+    width: 640px;
     margin: 40px auto 180px;
 }
 body {
-    font-size: 18px;
+    font-size: 16px;
     line-height: 1.4;
     font-family: Georgia, Palatino, "Palatino Linotype", serif;
     color: #111111;
@@ -27,11 +27,11 @@
     }
 }
 h1 {
-    font-size: 48px;
+    font-size: 40px;
     line-height: 1;
 }
 h2 {
-    font-size: 34px;
+    font-size: 28px;
     line-height: 1;
     margin-top: 40px;
     margin-bottom: 0;
@@ -44,7 +44,7 @@
     }
 }
 h3 {
-    font-size: 26px;
+    font-size: 22px;
     line-height: 1;
     margin-top: 40px;
     margin-bottom: 0;
@@ -57,7 +57,7 @@
     }
 }
 h4 {
-    font-size: 20px;
+    font-size: 18px;
     line-height: 1;
     margin-top: 30px;
     margin-bottom: 0;
@@ -83,7 +83,7 @@
     }
 }
 pre {
-    font-size: 15px;
+    font-size: 14px;
     line-height: 1.3;
     white-space: pre;
     overflow-x: auto;
@@ -93,7 +93,7 @@
     font-family: Menlo, Monaco, Consolas, monospace;
 }
 code {
-    font-size: 15px;
+    font-size: 14px;
     border: 1px solid #fdd;
     background: #fffafa;
     padding: 1px 4px;
--- a/d/resources/tango.css	Mon Dec 24 15:58:05 2018 -0500
+++ b/d/resources/tango.css	Mon Dec 23 15:36:54 2019 -0500
@@ -1,6 +1,6 @@
 .codehilite .hll { background-color: #ffffcc }
 .codehilite .c { color: #8f5902; font-style: italic } /* Comment */
-.codehilite .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
+.codehilite .err { color: #000000; } /* Error */
 .codehilite .g { color: #000000 } /* Generic */
 .codehilite .k { color: #204a87; font-weight: bold } /* Keyword */
 .codehilite .l { color: #000000 } /* Literal */
@@ -61,7 +61,7 @@
 .codehilite .sx { color: #4e9a06 } /* Literal.String.Other */
 .codehilite .sr { color: #4e9a06 } /* Literal.String.Regex */
 .codehilite .s1 { color: #4e9a06 } /* Literal.String.Single */
-.codehilite .ss { color: #4e9a06 } /* Literal.String.Symbol */
+.codehilite .ss { color: #000000 } /* Literal.String.Symbol */
 .codehilite .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
 .codehilite .vc { color: #000000 } /* Name.Variable.Class */
 .codehilite .vg { color: #000000 } /* Name.Variable.Global */