summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-11-15 15:28:16 -0700
committerColin Reeder <colin@vpzom.click>2020-11-15 15:28:16 -0700
commit69ec042249e27097083da5f64598ac948335dfd4 (patch)
treeeced72de392b40ebc2b775364fd7da7667d58f85
parented17b1288dc0bb2c44220ff9122deb6abb4bbba5 (diff)
Make header a little more colorful
-rw-r--r--res/main.css11
1 files changed, 11 insertions, 0 deletions
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;