summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/local.css b/local.css
index ae3e689..dcedd12 100644
--- a/local.css
+++ b/local.css
@@ -6,6 +6,11 @@ body {
background-color: DimGrey;
}
+h1 {
+ color: #c03;
+ text-transform: lowercase;
+}
+
#container {
background-color: White;
margin: 10px 5%;
@@ -40,12 +45,18 @@ div.header span {
text-decoration: none;
}
#sidebar ul li {
- color: DarkOrange;
+ color: Black;
+ text-transform: lowercase;
}
#sidebar ul li a {
- color: DarkRed;
+ color: inherit;
+}
+#sidebar ul li a:visited {
+ color: DimGrey;
}
+
#sidebar ul li a:hover {
+ color: #c03;
text-decoration: underline;
}