MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
.mw-body | .mw-body { | ||
background-color: rgba(10, 12, 16, 0.72); | background-color: rgba(10, 12, 16, 0.72); | ||
border-radius: 12px; | border-radius: 12px; | ||
} | } | ||
Revision as of 02:26, 10 January 2026
body {
background:
linear-gradient(
rgba(0, 0, 0, 0.65),
rgba(0, 0, 0, 0.65)
),
url("/resources/assets/agna.png") no-repeat center center fixed;
background-size: cover;
}
.mw-body {
background-color: rgba(10, 12, 16, 0.72);
border-radius: 12px;
}