From 69ec042249e27097083da5f64598ac948335dfd4 Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Sun, 15 Nov 2020 15:28:16 -0700 Subject: Make header a little more colorful --- res/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/res/main.css b/res/main.css index 6e1954b..71a0e10 100644 --- a/res/main.css +++ b/res/main.css @@ -6,6 +6,7 @@ body { padding: 8px; border-bottom: 1px solid rgba(0,0,0,.24); box-shadow: 0 1px 3px rgba(0,0,0,.24); + background-color: #81D4FA; } .mainHeader:after { content: ""; @@ -18,6 +19,16 @@ body { .mainHeader > .right { float: right; } +.mainHeader a { + text-decoration: none; + color: black; +} +.mainHeader a:hover { + text-decoration: underline; +} +.mainHeader .actionList.left > * { + margin-right: 1em; +} .actionList > * { margin-right: .5em; -- cgit v1.2.3