danger 🎨

This commit is contained in:
NoriDev 2023-06-16 21:41:05 +09:00
parent 329f854e13
commit c4bd885d16
3 changed files with 3 additions and 3 deletions

View file

@ -846,7 +846,7 @@ function showReactions(): void {
}
.danger {
color: #ff2a2a;
color: var(--accent);
}
@container (max-width: 580px) {

View file

@ -688,7 +688,7 @@ if (appearNote.replyId) {
}
.danger {
color: #ff2a2a;
color: var(--accent);
}
@container (max-width: 500px) {

View file

@ -137,7 +137,7 @@ const showTicker = (defaultStore.state.instanceTicker === 'always') || (defaultS
}
.danger {
color: #ff2a2a;
color: var(--accent);
}
@container (max-width: 500px) {