From: Mischa POSLAWSKY Date: Sun, 4 Jun 2017 21:40:18 +0000 (+0200) Subject: common: include light stylesheet in favour over base X-Git-Tag: v1.11~53 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/e1a650f4c80d7108a0f3e84b4b73271e42c67bcc?ds=sidebyside common: include light stylesheet in favour over base Identical since previous commit. --- diff --git a/circus.css b/circus.css index b470470..7be6f30 100644 --- a/circus.css +++ b/circus.css @@ -1,4 +1,4 @@ -@import url(base.css); +@import url(light.css); .l1 {background: #F77} .l1:hover a, .l1:hover a:visited, diff --git a/dark.css b/dark.css index d909850..ae0ca43 100644 --- a/dark.css +++ b/dark.css @@ -1,4 +1,4 @@ -@import url(base.css); +@import url(light.css); body { background: #000; diff --git a/mono.css b/mono.css index 364b897..66c4855 100644 --- 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} diff --git a/red.css b/red.css index e93abaf..18ca495 100644 --- a/red.css +++ b/red.css @@ -1,4 +1,4 @@ -@import url(base.css); +@import url(light.css); body { background: #000;