Skip to content

Commit da7eb82

Browse files
committed
#324 Fix the background and text-decoration: underline
1 parent 1fded0e commit da7eb82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

addon/styles/global.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,17 @@ main a:link,
167167
main a:visited {
168168
color: var(--color-link);
169169
text-decoration: none;
170-
background: no-repeat left bottom
171-
linear-gradient(var(--color-brand-40), var(--color-brand-40));
170+
background: linear-gradient(var(--color-brand-40), var(--color-brand-40));
172171
background-size: 100% 0.1875rem;
172+
background-repeat: no-repeat;
173173
}
174174

175175
main a:focus,
176176
main a:hover,
177177
main a:active,
178178
main .active {
179179
color: var(--color-link-hover);
180+
text-decoration: underline;
180181
}
181182

182183
*:focus {

0 commit comments

Comments
 (0)