commit cc117f01274ee0200db69b2fdf0a526d64f15c7d
parent a70e367ebb0f1bddb1c4cf9d19b4144daa62c621
Author: Greg Hendershott <greghendershott@gmail.com>
Date: Fri, 26 Oct 2012 11:40:43 -0400
Tweak style sheet for code.
Diffstat:
| M | gh.css | | | 34 | ++++++++++++++++++++++++++++++++-- |
1 file changed, 32 insertions(+), 2 deletions(-)
diff --git a/gh.css b/gh.css
@@ -1,7 +1,37 @@
-/* Override some default Racket styles for a hopefully fresher look. */
+/* Override some default styles for a hopefully fresher look. */
+
+/*** racket.css ***/
+
+/* Monospace: */
+.RktIn, .RktRdr, .RktPn, .RktMeta,
+.RktMod, .RktKw, .RktVar, .RktSym,
+.RktRes, .RktOut, .RktCmt, .RktVal, .hspace {
+ font-family: monospace;
+ font-size: 95%;
+ white-space: inherit;
+}
+
+/* Serif: */
+.inheritedlbl {
+ font-family: 'Fenix',serif;
+}
+
+/* Sans-serif: */
+.RBackgroundLabelInner {
+ font-family: sans-serif;
+}
+
+.RktBlk {
+ background-color: #f8faf8;
+ white-space: inherit;
+ text-align: left;
+}
+
+
+/*** scribble.css ***/
/* Monospace: */
-.maincolumn, .refpara, .refelem, .tocset, .stt, .hspace, .refparaleft, .refelemleft {
+.maincolumn, .refpara, .refelem, .tocset, .stt, .refparaleft, .refelemleft {
font-family: monospace;
}