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.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css
index 9b22b7bd..4fc38e07 100644
--- a/demos/quickstart/themes/Simple/style.css
+++ b/demos/quickstart/themes/Simple/style.css
@@ -143,4 +143,14 @@ code {
tt {
font-family: "Courier New", Courier, mono;
border-bottom: 1px dotted silver;
+}
+
+.samplebar {
+ background:#00487D;
+ color:white;
+ padding:3px;
+}
+
+.samplebar a {
+ color:white;
} \ No newline at end of file