Skip to content

Commit 3be6c4e

Browse files
author
任庆伟
committed
Fix issue #220
1 parent 9bae199 commit 3be6c4e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/styles/_reset.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,21 @@ a {
169169
color: inherit;
170170
}
171171
}
172+
173+
article > a {
174+
color: #3078df;
175+
}
176+
177+
article > a:hover {
178+
color: #3078df;
179+
text-decoration: underline;
180+
}
181+
182+
article > a:active {
183+
color: #69a8f8;
184+
text-decoration: underline;
185+
}
186+
187+
article > a:visited {
188+
color: #235496;
189+
}

0 commit comments

Comments
 (0)