Source code
Revision control
Copy as Markdown
Other Tools
.a11y-link-button {
border: 0;
padding: 0;
cursor: pointer;
text-align: unset;
color: var(--newtab-primary-action-background);
&:hover,
&:focus {
text-decoration: underline;
}
}