From 6905213d27001df957b6411e59ddc949c029c3df Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 8 Mar 2020 15:21:32 +0100 Subject: report: Expand analysis Expand explanation of proposed layout and criticism of other layouts. --- lulua/data/report/style.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'lulua/data/report/style.css') diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css index b95add7..d829aa4 100644 --- a/lulua/data/report/style.css +++ b/lulua/data/report/style.css @@ -76,6 +76,13 @@ a:focus, a:hover { color: var(--light-shades); border-radius: 0.1em; } +h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited { + color: inherit; +} +h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover { + background-color: inherit; + border-radius: inherit; +} div.title-card { background-color: var(--dark-accent); color: var(--light-shades); @@ -199,4 +206,18 @@ dl.colorcodes .finger.index::before { dl.colorcodes .finger.thumb::before { background-color: var(--finger-thumb); } - +.layer:before { + margin-right: 0.3em; +} +.layer.first:before { + content: "⋅"; +} +.layer.second:before { + content: "⭡"; +} +.layer.third:before { + content: "⭧"; +} +.layer.fourth:before { + content: "⭨"; +} -- cgit v1.2.3