Template:Alert/Styles.css: Difference between revisions
From The Undead Archive
TheUnburied (talk | contribs) Created page with ".alert { padding: 50px; }" |
TheUnburied (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
padding: 50px; | padding: 50px; | ||
background: var(--light-bg); | |||
} | } | ||
Revision as of 17:49, 10 June 2026
.alert
{
padding: 50px;
background: var(--light-bg);
}
