.cosmos-bannerOption-icon SVG {
fill: none;
stroke: #000;
stroke-width: 2px;
}
#cosmos-banner {
height: 46px;
}
#searchform {
width: 20% !important;
margin-left: auto !important;
margin-right: 0 !important;
}
#searchform input {
height: 26px;
background: #fff;
border-radius: 3px;
color: #1e0c1b;
}
#cosmos-notification-icons {
padding: 5px 5px 5px 0;
}
body:not(.skin-vector-2022) #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,
body:not(.skin-vector-2022) #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
opacity: 1;
color: #000; /* 强制颜色,影响 currentColor */
fill: #000; /* 更可靠的 SVG 填色方式 */
filter: drop-shadow( 1px 0 0 currentColor)
drop-shadow(-1px 0 0 currentColor)
drop-shadow( 0 1px 0 currentColor)
drop-shadow( 0 -1px 0 currentColor);
}