diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-03-05 15:53:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 15:53:51 -0500 |
commit | 734fc40eb6a44800d28da37ac9d8d1d5a1bff2c3 (patch) | |
tree | f0634ae903eff35758efcd36b2c3c3fd0a1d7daa /style.css | |
parent | b6730cae898d2c689464fc1c47d4183e62a4afa2 (diff) |
Update style.css
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ h1::after { } a { - color: #777; + color: #0099ff; text-decoration: none; transition-duration: 0.2s; } @@ -38,4 +38,4 @@ span.end::before { background-color: #bbb; content: ''; -}
\ No newline at end of file +} |