summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2015-10-16 11:45:29 +0000
committerMarkus Krogh <markus@nordu.net>2015-10-16 11:45:29 +0000
commit46365b29aa8687eaf5dfbf113a0de75475d0fac1 (patch)
tree3c81eb17a033091bd16b1bbcf3629e85b4eec01d
parent85a125bb41522edb10ce0ac8fc2e8e31b98dfa96 (diff)
Change two colorscss-styling
-rw-r--r--local.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/local.css b/local.css
index c3cee11..1d6489a 100644
--- a/local.css
+++ b/local.css
@@ -13,6 +13,7 @@ a {
a:hover {
text-decoration: underline;
}
+
.page {
max-width: 1024px;
margin: 2% auto;
@@ -23,7 +24,7 @@ a:hover {
}
.sidebar {
- background-color: #053853;
+ background-color: #2c3e50;
text-transform: capitalize;
padding: 0;
box-shadow: 2px 2px 5px #eee;
@@ -47,12 +48,12 @@ a:hover {
.sidebar a:hover {
- background-color: #28546C;
+ background-color: #34495e;
text-decoration: none;
}
.sidebar .selflink {
- color: #9B9D9E
+ color: #bdc3c7
}
#pageinfo {