git ssb

0+

Grey the earthling / gkn.me.uk



Commit df0e7a9773f81ffdb5ca791b59efe420377ce1bf

Rename --foreground-dim-color from --dim-color

This intent is to use this colour for text,
which needs higher contrast than separator lines.

These colours are defined distinctly,
despite being actually the same colour,
because in a future colour scheme the separator colour
could safely be lower contrast than the dim text colour.
Greg K Nicholson committed on 2/14/2018, 5:08:59 PM
Parent: 3a20af48b064e1a934b2176fa74ef3756c2e21d1

Files changed

themes/ran/static/style/ran.csschanged
themes/ran/static/style/ran.cssView
@@ -8,11 +8,11 @@
88 --primary-color: #60c030;
99 --secondary-color: #ffffff;
1010 --background-color: #111;
1111 --foreground-color: #ccc;
12 + --foreground-dim-color: #888;
1213 --link-color: hsl(100, 100%, 70%);
1314 --link-dim-color: hsl(100, 50%, 35%);
14- --dim-color: #888;
1515 --separator-color: #888;
1616 --box-shadow-style: inset 0 -1px 0;
1717 --fast: 0.2s;
1818 --slow: 0.4s;
@@ -110,14 +110,14 @@
110110 margin-top: 2rem;
111111 }
112112 .bottomnav .logo circle {
113113 fill: var(--background-color);
114- stroke: var(--dim-color);
114 + stroke: var(--foreground-dim-color);
115115 stroke-width: 12px;
116116 }
117117
118118 .bottomnav .logo path {
119- fill: var(--dim-color);
119 + fill: var(--foreground-dim-color);
120120 }
121121
122122 .bottomnav a .logo circle {
123123 stroke: var(--link-color);
@@ -326,9 +326,9 @@
326326 }
327327
328328 .biglinks li {
329329 margin-top: 1rem;
330- color: var(--dim-color);
330 + color: var(--foreground-dim-color);
331331 }
332332
333333 .biglinks li a {
334334 display: block;
@@ -346,9 +346,9 @@
346346 font-weight: 700;
347347 }
348348
349349 .biglinks li a strong ~ * {
350- color: var(--dim-color);
350 + color: var(--foreground-dim-color);
351351 }
352352
353353 .biglinks li a:focus strong ~ *,
354354 .biglinks li a:hover strong ~ * {

Built with git-ssb-web