MediaWiki talk:Monobook.css
From Starfy Wiki
Suggested changes
There are some improvements I'd like to recommend, especially to improve readability and accessibility.
- The translucent background image behind the prose can make it difficult to read. In
div#content
, changebackground
to#040f2c
. - Link colors should contrast a bit more with the background. Change
#4169E1
to#4C9CED
. - The bullets in the TOC overflow on the left. I would add
html body.skin-monobook .toc ul
with valuepadding-left: 1.5em;
- The border-radius for the #toc is a bit extreme; I recommend changing it from
60px 60px 60px 60px
to20px
.
Thanks, ~SuperHamster Talk Contribs 21:39, 23 February 2023 (UTC)