Update one_piece.css

This commit is contained in:
UltraLion
2021-09-01 01:25:06 +02:00
committed by GitHub
parent aa7ff20002
commit 65a5f646b1
+21
View File
@@ -3021,7 +3021,28 @@ code {
content: "Zephir";
}
/* MENTIONS */
.topic-TCb_qw .wrapper-3WhCwL,
.topic-TCb_qw .mention,
.markup-2BOw-j .wrapper-3WhCwL,
.markup-2BOw-j .mention {
}
.topic-TCb_qw .wrapper-3WhCwL,
.markup-2BOw-j .wrapper-3WhCwL {
background-color: rgba(255, 255, 255, 0.04);
color: rgba(255, 255, 255, 0.7);
}
.topic-TCb_qw .wrapper-3WhCwL:hover,
.markup-2BOw-j .wrapper-3WhCwL:hover {
background-color: var(--main-color);
color: #fff;
}
.topic-TCb_qw strong > .wrapper-3WhCwL,
.topic-TCb_qw strong > .mention,
.markup-2BOw-j strong > .wrapper-3WhCwL,
.markup-2BOw-j strong > .mention {
font-weight: 600;
}
.mentioned-xhSam7 {
background-color: rgba(255, 255, 255, 0.05);