aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-03-12 23:45:13 +0100
committerJoris Guyonvarch2015-03-12 23:45:13 +0100
commit82d04cc403c3bc7756601e1e1f7eeefa574466c7 (patch)
tree5812bf1452f0e9e7b3df0a927668715446c4fd15
parenta016d06b41f3d2784952838cd47f3c621ff475bf (diff)
downloadmakeup-82d04cc403c3bc7756601e1e1f7eeefa574466c7.tar.gz
makeup-82d04cc403c3bc7756601e1e1f7eeefa574466c7.tar.bz2
makeup-82d04cc403c3bc7756601e1e1f7eeefa574466c7.zip
Adding a color transition on anchor hover
-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;
}