Wlork
I don't quite understand your first question.
for mobile tags..
@media (max-width: 767.98px) {
.TagLabel {
margin-top: 4px;
margin-bottom: 1px;
}
}
Following examples, you should be able to see the definitions of the light/dark mode.
.Post-body {
.PostMention, .UserMention, .GroupMention {
font-style: italic;
color: #76b4ff;
background: none;
}
}
.Post-body when (@config-dark-mode =false) {
.PostMention, .UserMention, .GroupMention {
color: #009cad;
font-style: italic;
background: none;
}
}