Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Button/styles.css

Template page
Revision as of 21:11, 22 March 2025 by Gpe (talk | contribs) (// via Wikitext Extension for VSCode)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.teriock-button {

   border-radius: var( --border-radius--medium );
   padding: 0.5em;
   background-color: var( --color-surface-1 );

}

.teriock-button:hover {

   box-shadow: var( --box-shadow-card );

}

.teriock-button:active {

   background-color: var( --color-surface-2 );

}