Difference between revisions of "User:Maxcodes/vector.css"
(test) |
(notice bg) |
||
| Line 29: | Line 29: | ||
} | } | ||
| − | |||
.notice_tpl { | .notice_tpl { | ||
| − | background-color: var(--ctp-surface- | + | background-color: var(--ctp-surface-2) !important; |
| − | |||
} | } | ||
Revision as of 22:46, 22 February 2026
/*
Variables defined in User:Maxcodes/common.css
*/
:root {
background-color: var(--ctp-base);
color: var(--ctp-text);
caret-color: var(--ctp-rosewater);
}
a, a:any-link {
color: var(--ctp-blue);
}
h1 {
color: var(--ctp-text);
}
.dangerousLink {
color: var(--ctp-yellow);
}
.error {
color: var(--ctp-red);
}
.pBody {
background-color: var(--ctp-mantle);
}
.notice_tpl {
background-color: var(--ctp-surface-2) !important;
}
