MediaWiki:Common.css: Difference between revisions
From The Seven Sages of Rome
(Created page with "→CSS placed here will be applied to all skins: #mw-navigation { box-shadow: 0 4px 2px -2px rgba(0,0,0,.2); }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#mw-navigation { | #mw-navigation { | ||
background-color: rgba(255, 255, 255, 0.2) !important; | |||
backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%) !important; | |||
-webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%); | |||
} | } |