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.css | changed |
themes/ran/static/style/ran.css | ||
---|---|---|
@@ -6,14 +6,14 @@ | ||
6 | 6 … | |
7 | 7 … | :root { |
8 | 8 … | --primary-color: #60c030; |
9 | 9 … | --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%); | |
16 | 16 … | --box-shadow-style: inset 0 -1px 0; |
17 | 17 … | --fast: 0.2s; |
18 | 18 … | --slow: 0.4s; |
19 | 19 … | } |
Built with git-ssb-web