summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r--demos/quickstart/themes/Simple/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css
index 1e2b880b..9b22b7bd 100644
--- a/demos/quickstart/themes/Simple/style.css
+++ b/demos/quickstart/themes/Simple/style.css
@@ -136,6 +136,10 @@ h3 {
padding:10px;
}
+code {
+ font-family: "Courier New", Courier, mono;
+}
+
tt {
font-family: "Courier New", Courier, mono;
border-bottom: 1px dotted silver;