MediaWiki:Vector-2022.css: Difference between revisions
m CSS test |
m CSS test |
||
Line 2: | Line 2: | ||
/* This one changes CSS for the link buttons */ | /* This one changes CSS for the link buttons */ | ||
.mw-body { | |||
border-color: transparent; | |||
box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15); | |||
} | |||
@media screen { | |||
.mw-body { | |||
box-shadow: none; | |||
} | |||
} | |||
#n-Access-Discord a:link, | #n-Access-Discord a:link, |