diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-01 16:39:14 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-01 16:39:14 +0200 |
| commit | bd9a50e9c824e89d8a91fd54c8bc838cdfa796f6 (patch) | |
| tree | 06254243ccfc713ab0801e748b16dade68ff73ca /src/css/imports/_links.css | |
| parent | dedfd8a8098db999f81a55a845e0e4d041f9d7a8 (diff) | |
Initial commit
Diffstat (limited to 'src/css/imports/_links.css')
| -rwxr-xr-x | src/css/imports/_links.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/imports/_links.css b/src/css/imports/_links.css index 6c9a2c8..243b5f0 100755 --- a/src/css/imports/_links.css +++ b/src/css/imports/_links.css @@ -8,6 +8,7 @@ .link { text-decoration: none; transition: color .15s ease-in; + color: inherit; } .link:link, @@ -16,6 +17,7 @@ } .link:hover { transition: color .15s ease-in; + text-decoration: underline; } .link:active { transition: color .15s ease-in; @@ -24,4 +26,3 @@ transition: color .15s ease-in; outline: 1px dotted currentColor; } - |
