summaryrefslogtreecommitdiff
path: root/7096-h/style/arctic.css
diff options
context:
space:
mode:
Diffstat (limited to '7096-h/style/arctic.css')
-rw-r--r--7096-h/style/arctic.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/7096-h/style/arctic.css b/7096-h/style/arctic.css
new file mode 100644
index 0000000..dcaada5
--- /dev/null
+++ b/7096-h/style/arctic.css
@@ -0,0 +1,26 @@
+/* arctic.css -- color scheme Amazonia, for use with Gutenberg stylesheet */
+
+body
+{
+ background: #FFFFFF; /* #ECF0FF; very light blue */
+}
+
+body, a.hidden
+{
+ color: black;
+}
+
+h1, h2, h3, h4, h5, h6, .noteref, span.leftnote, p.legend
+{
+ color: #001FA4; /* #001FA4; dark blue */
+}
+
+.navline, span.rightnote, span.pageno
+{
+ color: #AAAAAA; /* #A7B8FF; light blue */
+}
+
+a.navline:hover, a.hidden:hover, a.noteref:hover
+{
+ color: red;
+}