aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/style.css b/style.css
index 5f14e85..d310314 100644
--- a/style.css
+++ b/style.css
@@ -14,14 +14,6 @@ body {
font-family: pacifico;
}
-.header > a {
- color: #222222;
-}
-
-.header > a:hover {
- color: #222222;
-}
-
#content {
margin-top: 120px;
background-color: white;
@@ -105,6 +97,7 @@ ol > li:before {
}
a {
+ transition: color 0.2s ease;
text-decoration: none;
color: darkblue;
}