git ssb

0+

Grey the earthling / gkn.me.uk



Commit e2e1756fc8ecc26a0e41297a72dfe40cd1ac9645

ran.css: switch to a light green colour scheme

The dark colour scheme can look gloomy
against a light-coloured browser,
and it's sunny here now,
so why not be a bit brighter?
Greg K Nicholson committed on 4/21/2018, 3:58:36 PM
Parent: 51dc45bb4ba98bd2a2cbff9a3387d7be38694319

Files changed

themes/ran/static/style/ran.csschanged
themes/ran/static/style/ran.cssView
@@ -6,14 +6,14 @@
66
77 :root {
88 --primary-color: #60c030;
99 --secondary-color: #ffffff;
10- --background-color: hsl(100, 10%, 10%);
11- --foreground-color: hsl(100, 10%, 80%);
12- --foreground-dim-color: hsla(100, 10%, 80%, 70%);
13- --link-color: hsl(100, 100%, 70%);
14- --link-dim-color: hsla(100, 100%, 70%, 50%);
15- --separator-color: hsla(100, 10%, 80%, 50%);
10 + --background-color: hsl(100, 100%, 95%);
11 + --foreground-color: hsl(100, 10%, 10%);
12 + --foreground-dim-color: hsla(100, 10%, 10%, 70%);
13 + --link-color: hsl(100, 100%, 20%);
14 + --link-dim-color: hsla(100, 100%, 20%, 50%);
15 + --separator-color: hsla(100, 10%, 20%, 50%);
1616 --box-shadow-style: inset 0 -1px 0;
1717 --fast: 0.2s;
1818 --slow: 0.4s;
1919 }

Built with git-ssb-web