MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 296: | Line 296: | ||
background: linear-gradient( | background: linear-gradient( | ||
135deg, | 135deg, | ||
rgba(40, 30, 70, | rgba(40, 30, 70, 1), | ||
rgba(22, 16, 45, | rgba(22, 16, 45, 1) | ||
) !important; | ) !important; | ||
color: #fff; | color: #fff; | ||
| Line 314: | Line 314: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border-top: 1px solid rgba(255, 255, 255, | border-top: 1px solid rgba(255, 255, 255, 1); | ||
border-left: 1px solid rgba(255, 255, 255, | border-left: 1px solid rgba(255, 255, 255, 1); | ||
background: rgba(18, 12, 32, 0.72); /* <-- much darker than 0.18 */ | background: rgba(18, 12, 32, 0.72); /* <-- much darker than 0.18 */ | ||