summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes/Simple/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/themes/Simple/style.css')
-rw-r--r--demos/quickstart/themes/Simple/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css
index 9b7ae2b2..1e2b880b 100644
--- a/demos/quickstart/themes/Simple/style.css
+++ b/demos/quickstart/themes/Simple/style.css
@@ -136,7 +136,7 @@ h3 {
padding:10px;
}
-code {
+tt {
font-family: "Courier New", Courier, mono;
- color: #408040;
+ border-bottom: 1px dotted silver;
} \ No newline at end of file