git ssb

0+

Grey the earthling / gkn.me.uk



Commit 3a20af48b064e1a934b2176fa74ef3756c2e21d1

Dim separator lines

Separator lines don't need to grab attention so much.

Define a distinct colour for separator lines,
actually the same as the dim text colour.
Greg K Nicholson committed on 2/14/2018, 5:06:18 PM
Parent: 7d3903bd2b46896a43efd393948a8116e2edcca7

Files changed

themes/ran/static/style/ran.csschanged
themes/ran/static/style/ran.cssView
@@ -11,8 +11,9 @@
1111 --foreground-color: #ccc;
1212 --link-color: hsl(100, 100%, 70%);
1313 --link-dim-color: hsl(100, 50%, 35%);
1414 --dim-color: #888;
15 + --separator-color: #888;
1516 --box-shadow-style: inset 0 -1px 0;
1617 --fast: 0.2s;
1718 --slow: 0.4s;
1819 }
@@ -70,15 +71,15 @@
7071 margin-bottom: 1rem;
7172 }
7273
7374 footer {
74- border-top: 1px solid;
75 + border-top: 1px solid var(--separator-color);
7576 margin-top: -1px;
7677 margin-bottom: 1rem;
7778 }
7879
7980 .bottomnav {
80- border-top: 1px solid;
81 + border-top: 1px solid var(--separator-color);
8182 margin-top: -1px;
8283 margin-bottom: 10vh;
8384 }
8485
@@ -265,9 +266,9 @@
265266 float: left;
266267 }
267268
268269 details > section {
269- border-bottom: 1px solid;
270 + border-bottom: 1px solid var(--separator-color);
270271 margin-top: 1rem;
271272 padding-bottom: calc(1rem - 1px);
272273 }
273274
@@ -437,9 +438,9 @@
437438 margin-right: 0rem;
438439 }
439440
440441 figure + figure {
441- border-top: 1px solid;
442 + border-top: 1px solid var(--separator-color);
442443 margin-top: -1px;
443444 }
444445
445446 figcaption {
@@ -454,13 +455,12 @@
454455
455456 hr {
456457 height: 0;
457458 border: 0;
458- border-top: 1px solid;
459 + border-top: 1px solid var(--separator-color);
459460 margin-top: calc(1rem - 1px);
460461 margin-bottom: 1rem;
461462 padding: 0;
462- color: var(--foreground-color);
463463 }
464464
465465 img, object {
466466 display: inline-block;

Built with git-ssb-web