diff options
-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; } |