We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fded0e commit da7eb82Copy full SHA for da7eb82
addon/styles/global.css
@@ -167,16 +167,17 @@ main a:link,
167
main a:visited {
168
color: var(--color-link);
169
text-decoration: none;
170
- background: no-repeat left bottom
171
- linear-gradient(var(--color-brand-40), var(--color-brand-40));
+ background: linear-gradient(var(--color-brand-40), var(--color-brand-40));
172
background-size: 100% 0.1875rem;
+ background-repeat: no-repeat;
173
}
174
175
main a:focus,
176
main a:hover,
177
main a:active,
178
main .active {
179
color: var(--color-link-hover);
180
+ text-decoration: underline;
181
182
183
*:focus {
0 commit comments