#bodyContent .userlink b,
#bodyContent .userlink bdi,
#bodyContent .userlink big,
#bodyContent .userlink code,
#bodyContent .userlink em,
#bodyContent .userlink font,
#bodyContent .userlink i,
#bodyContent .userlink ins,
#bodyContent .userlink kbd,
#bodyContent .userlink samp,
#bodyContent .userlink small,
#bodyContent .userlink span,
#bodyContent .userlink strong,
#bodyContent .userlink sub,
#bodyContent .userlink sup,
#bodyContent .userlink u {
background: inherit !important;
border-color: transparent !important;
box-shadow: inherit !important;
color: inherit !important;
text-decoration: inherit !important;
text-shadow: none !important;
}
#bodyContent .userlink[data-labels]::after {
content: attr(data-labels);
margin-left: 0.25em;
}
@media (prefers-color-scheme: dark) {
a.uh-extendedconfirmed {
color: #35b3b3 !important;
}
a.uh-sysop {
color: #54b654 !important;
}
a.uh-bot {
color: #35b3b3 !important;
}
a.user-blocked-partial:not(.new.mw-usertoollinks-talk, .user-blocked-temp, .user-blocked-indef) {
text-decoration: underline !important;
text-decoration-color: rgba(220, 70, 146, 0.875) !important;
}
a.user-blocked-temp:not(.new.mw-usertoollinks-talk, .user-blocked-indef) {
color: rgb(220, 70, 146) !important;
}
a.user-blocked-indef:not(.new.mw-usertoollinks-talk) {
color: rgb(220, 70, 146) !important;
text-decoration: line-through !important;
text-decoration-color: rgb(220, 70, 146, 0.75) !important;
}
}
@media (prefers-color-scheme: light) {
a.uh-extendedconfirmed {
background-color: rgb(205, 255, 255) !important;
}
a.uh-sysop {
background-color: rgb(200, 255, 200) !important;
}
a.uh-bot {
background-color: rgb(205, 255, 255) !important;
}
a.user-blocked-partial:not(.new.mw-usertoollinks-talk, .user-blocked-temp, .user-blocked-indef) {
text-decoration: underline !important;
text-decoration-color: hotpink !important;
}
a.user-blocked-temp:not(.new.mw-usertoollinks-talk, .user-blocked-indef) {
background-color: rgb(255, 215, 235) !important;
}
a.user-blocked-indef:not(.new.mw-usertoollinks-talk) {
background-color: rgb(255, 215, 235) !important;
box-shadow: inset 0 0 0 2px hotpink !important;
}
}