diff options
author | NerdyPepper <[email protected]> | 2019-08-02 15:07:12 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-08-02 15:07:12 +0100 |
commit | 72d2018f04f55cb9b7b86652e3d1738873cf1095 (patch) | |
tree | ba11a0f84fd55d199798b2521122e6d188164d47 | |
parent | 5438136521f752e6ac99ffd1799be12269f61530 (diff) |
improve styles
-rw-r--r-- | docs/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/style.css b/docs/style.css index 348e832..2198b75 100644 --- a/docs/style.css +++ b/docs/style.css | |||
@@ -86,21 +86,20 @@ hr { | |||
86 | } | 86 | } |
87 | 87 | ||
88 | a, a:hover, a:visited, a:active { | 88 | a, a:hover, a:visited, a:active { |
89 | text-decoration: none; | ||
90 | transition: ease 0.2s; | 89 | transition: ease 0.2s; |
90 | color: var(--light-black); | ||
91 | } | 91 | } |
92 | 92 | ||
93 | a:hover, a:active { | 93 | a:hover, a:active { |
94 | background-color: var(--dark-white); | 94 | background-color: var(--dark-white); |
95 | } | 95 | } |
96 | 96 | ||
97 | .post-link { | 97 | .post-link, .post-link:hover, .post-link:visited, .post-link:active { |
98 | color: var(--black); | 98 | color: var(--black); !important |
99 | font-family: 'Inter', sans-serif; | 99 | font-family: 'Inter', sans-serif; |
100 | font-weight: 600; | 100 | font-weight: 600; |
101 | font-size: 1rem; | 101 | font-size: 1rem; |
102 | text-decoration: none; | 102 | text-decoration: none; |
103 | text-decoration-skip: objects edges box-decoration; | ||
104 | } | 103 | } |
105 | 104 | ||
106 | .post-end-link, .post-end-link:hover, .post-end-link:visited, .post-end-link:active | 105 | .post-end-link, .post-end-link:hover, .post-end-link:visited, .post-end-link:active |