diff options
author | Joris Guyonvarch | 2015-03-12 23:45:13 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-12 23:45:13 +0100 |
commit | 82d04cc403c3bc7756601e1e1f7eeefa574466c7 (patch) | |
tree | 5812bf1452f0e9e7b3df0a927668715446c4fd15 | |
parent | a016d06b41f3d2784952838cd47f3c621ff475bf (diff) |
Adding a color transition on anchor hover
-rw-r--r-- | style.css | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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; } |