common: include light stylesheet in favour over base
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 4 Jun 2017 21:40:18 +0000 (23:40 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 17 Jul 2017 15:13:41 +0000 (17:13 +0200)
Identical since previous commit.

circus.css
dark.css
mono.css
red.css

index b470470dd5baf7b0d1b5bacb7415955d03a82d04..7be6f30d8cda4cd1716922a41ff8c62cd4bb0e63 100644 (file)
@@ -1,4 +1,4 @@
-@import url(base.css);
+@import url(light.css);
 
 .l1       {background: #F77}
 .l1:hover a, .l1:hover a:visited,
 
 .l1       {background: #F77}
 .l1:hover a, .l1:hover a:visited,
index d9098508c5a42c3d4ed32514dc2df2c9562a22e0..ae0ca4395009826492dc9be884535c189c92f077 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -1,4 +1,4 @@
-@import url(base.css);
+@import url(light.css);
 
 body {
        background: #000;
 
 body {
        background: #000;
index 364b897795a33a4e1fa920d5b3ee6b1ae79b1c71..66c48558b69da0b5be234e92e4bb8a959d9c6e12 100644 (file)
--- a/mono.css
+++ b/mono.css
@@ -1,4 +1,4 @@
-@import url(base.css);
+@import url(light.css);
 
 a:active, a:visited:active,
 a:hover,  a:visited:hover {color: inherit}
 
 a:active, a:visited:active,
 a:hover,  a:visited:hover {color: inherit}
diff --git a/red.css b/red.css
index e93abafa1040cce827074ae824971356ccc1312f..18ca495adbf1eff29d689a1354b710b6163a0308 100644 (file)
--- a/red.css
+++ b/red.css
@@ -1,4 +1,4 @@
-@import url(base.css);
+@import url(light.css);
 
 body {
        background: #000;
 
 body {
        background: #000;