Skip to content

Instantly share code, notes, and snippets.

@urchymanny
Created October 4, 2023 12:50
Show Gist options
  • Save urchymanny/ef0f738abbca19161fbdf180cda125dc to your computer and use it in GitHub Desktop.
Save urchymanny/ef0f738abbca19161fbdf180cda125dc to your computer and use it in GitHub Desktop.
/* ... */
.info {
color: var(--shade-100);
a {
text-decoration: underline !important;
font-weight: 600 !important;
color: var(--shade-0);
}
button {
@extend .size2-R;
text-decoration: underline !important;
font-weight: 600 !important;
color: var(--shade-0);
border: none;
outline: none;
background: none;
cursor: pointer;
}
}
/* .. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment