13 lines
200 B
SCSS
13 lines
200 B
SCSS
|
|
.a11y-link-button {
|
|
border: 0;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
text-align: unset;
|
|
color: var(--newtab-primary-action-background);
|
|
|
|
&:hover,
|
|
&:focus {
|
|
text-decoration: underline;
|
|
}
|
|
}
|