extend default preferences from config

This commit is contained in:
Martti Malmi
2024-01-12 14:37:13 +02:00
parent 6657161a32
commit 1aaff4f553
6 changed files with 62 additions and 51 deletions

View File

@ -99,6 +99,10 @@
z-index: 1;
}
.reaction-pill {
user-select: none;
}
.reaction-pill:not(.reacted):not(:hover) {
color: var(--font-secondary-color);
}