More actions
Content deleted Content added
// via Wikitext Extension for VSCode Tag: Reverted |
// via Wikitext Extension for VSCode Tag: Manual revert |
||
Line 12: | Line 12: | ||
} |
} |
||
.teriock-button * { |
|||
* { |
|||
user-select: none; |
user-select: none; |
||
text-decoration: none; |
text-decoration: none; |
Revision as of 21:25, 22 March 2025
.teriock-button {
border-radius: var( --border-radius--medium );
padding: 0.5em;
padding-left: 1em;
padding-right: 1em;
transition: 100ms;
background-color: var( --color-surface-1 );
border: 1px solid var( --border-color-base );
user-select: none;
text-decoration: none;
color: var( --color-emphasized );
}
.teriock-button * {
user-select: none;
text-decoration: none;
color: var( --color-emphasized );
}
.teriock-button:hover {
box-shadow: var( --box-shadow-card );
}
.teriock-button:active {
background-color: var( --color-surface-2 );
}