MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
a:not(.mw-selflink) { | #pt-userpage-2 a:not(.mw-selflink) { | ||
color: #FFA800; | color: #FFA800; | ||
} | } | ||
Revision as of 23:21, 9 October 2023
#pt-userpage-2 a:not(.mw-selflink) {
color: #FFA800;
}
a {
color: #FFA800;
}
a:visited {
color: #FFA800;
}
a.new {
color: #FF8888;
}
a.new:visited {
color: #FF8888;
}
.mw-page-container {
background-color: #000D1D;
}
.mw-body {
background-color: #01192E;
color: #E6E6E6;
padding: 50px;
}
:root {
--pi-background: #FF8888;
--pi-secondary-background: #eaecf0;
/* --pi-border-color: #a2a9b1; */
--pi-item-spacing: 2px 10px;
--pi-margin: 20px;
--pi-width: 270px;
}