We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f331b1b commit c47356aCopy full SHA for c47356a
1 file changed
assets/css/stylesheet.css
@@ -156,13 +156,13 @@ hr {
156
* Links
157
*/
158
a {
159
- color: #0074A2;
160
- transition-duration: 0.05s;
161
- transition-property: border, background, color;
162
- transition-timing-function: ease-in-out;
+ color: #0074A2;
+ transition-duration: 0.05s;
+ transition-property: border, background, color;
+ transition-timing-function: ease-in-out;
163
}
164
a:hover, a:active {
165
- color: #2EA2CC;
+ color: #2EA2CC;
166
167
a:focus {
168
color: #124964;
0 commit comments