summaryrefslogtreecommitdiff
path: root/old/style/borneo.css
diff options
context:
space:
mode:
Diffstat (limited to 'old/style/borneo.css')
-rw-r--r--old/style/borneo.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/old/style/borneo.css b/old/style/borneo.css
new file mode 100644
index 0000000..51cc9bc
--- /dev/null
+++ b/old/style/borneo.css
@@ -0,0 +1,26 @@
+/* borneo.css -- color scheme Borneo, for use with Gutenberg stylesheet */
+
+body
+{
+ background: #FFFFEE; /* #FFFFEE; light yellowish brown */
+}
+
+body, a.hidden
+{
+ color: black;
+}
+
+h1, h2, h3, h4, h5, h6, .noteref, span.leftnote, p.legend
+{
+ color: #880000; /* #880000; brownish red */
+}
+
+.navline, span.rightnote, span.pageno
+{
+ color: #AC8D70; /* #AC8D70; sepia */
+}
+
+a.navline:hover, a.hidden:hover, a.noteref:hover
+{
+ color: #D25C00; /* #D25C00; orange brown */
+} \ No newline at end of file