|
|
| Line 1,851: |
Line 1,851: |
| margin-right: 20px; | | margin-right: 20px; |
| text-decoration: none; | | text-decoration: none; |
| }
| |
|
| |
| /* SAFE ICON COLORS (ATRONIA) */
| |
| /* HEADER ONLY */
| |
| .skin-vector-2022 .mw-header .vector-icon,
| |
| .skin-vector-2022 .mw-header .mw-ui-icon,
| |
| .skin-vector-2022 .mw-header .cdx-icon {
| |
| color: #ffffff;
| |
| }
| |
|
| |
| .skin-vector-2022 .mw-header .vector-icon:hover,
| |
| .skin-vector-2022 .mw-header .mw-ui-icon:hover,
| |
| .skin-vector-2022 .mw-header .cdx-icon:hover {
| |
| color: #92ff00;
| |
| }
| |
|
| |
| /* ===== FIX MISSING APPEARANCE ICON ===== */
| |
|
| |
| .mw-ui-icon-wikimedia-appearance {
| |
| -webkit-mask-image: url("/resources/lib/codex-icons/appearance.svg") !important;
| |
| mask-image: url("/resources/lib/codex-icons/appearance.svg") !important;
| |
| background-color: currentColor !important;
| |
| } | | } |