Difference between revisions of "User:Maxcodes/vector.css"
(okay links work pls) |
(notices) |
||
| Line 29: | Line 29: | ||
} | } | ||
| − | .ambox { | + | .ambox, |
| + | .notice_tpl { | ||
background-color: var(--ctp-surface-0); | background-color: var(--ctp-surface-0); | ||
} | } | ||
Revision as of 22:38, 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);
}
.ambox,
.notice_tpl {
background-color: var(--ctp-surface-0);
}
