diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 16:28:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 16:28:43 -0500 |
commit | 7632a14867c4bb9299d0614f8a793db75a6f03c2 (patch) | |
tree | 87fdb657a2809218717ea6aae882f4a125ec1cca | |
parent | 1c488a6506dac95cf3b06312f7bd7487f3305d25 (diff) |
Update style.css
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ h1::after { } a { - color: lightgray; + color: #777; text-decoration: none; transition-duration: 0.2s; } |