MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,596: | Line 1,596: | ||
/* ========================================================= | /* ========================================================= | ||
OOO | OOO MENU LINK | ||
========================================================= */ | ========================================================= */ | ||
.ooo-menulink a { | .mw-parser-output .ooo-menulink a { | ||
display: inline-block; | display: inline-block; | ||
| Line 1,608: | Line 1,608: | ||
background: rgba(245,196,0,0.08); | background: rgba(245,196,0,0.08); | ||
color: var(--ooo-accent); | color: var(--ooo-accent) !important; | ||
font-weight: 600; | font-weight: 600; | ||
text-decoration: none; | text-decoration: none !important; | ||
transition: 0.15s ease; | transition: 0.15s ease; | ||
} | } | ||
.ooo-menulink a:hover { | .mw-parser-output .ooo-menulink a:hover { | ||
background: rgba(245,196,0,0.18); | background: rgba(245,196,0,0.18); | ||
border-color: rgba(245,196,0,0.6); | border-color: rgba(245,196,0,0.6); | ||
} | } | ||