Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Module:Note/styles-warning.css: Difference between revisions

From Amaranth Legacy, available at amaranth-legacy.community
Content deleted Content added
Created page with ".hatnote-container { background: var( --background-color-destructive ); }"
 
No edit summary
Line 1: Line 1:
.hatnote-container {
.hatnote-container {
background: var( --background-color-destructive );
background: var( --background-color-destructive ) !important;
}
}

Revision as of 01:53, December 9, 2024

.hatnote-container {
    background: var( --background-color-destructive ) !important;
}