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
No edit summary
m Protected "Module:Note/styles-warning.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.hatnote-container {
.module-note-container.module-note-warning {
background: hsl(var(--color-destructive__h), 100%, 40%) !important;
background: hsl(var(--color-destructive__h), 100%, 35%);
}
}

Latest revision as of 10:52, September 11, 2025

.module-note-container.module-note-warning {
    background: hsl(var(--color-destructive__h), 100%, 35%);
}