add better reaction popup
This commit is contained in:
parent
ae33a8a61b
commit
ecf7e3b4ce
14 changed files with 31442 additions and 14 deletions
|
|
@ -2,6 +2,10 @@
|
|||
font-family: 'Nunito';
|
||||
src: URL('Nunito-Regular.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'NotoColorEmoji';
|
||||
src: URL('NotoColorEmoji-Regular.ttf') format('truetype');
|
||||
}
|
||||
:root {
|
||||
--main-bg-color: rgb(20, 20, 20);
|
||||
--text-color: rgb(240, 240, 245);
|
||||
|
|
@ -66,7 +70,7 @@ loading {
|
|||
padding: 0;
|
||||
transition: all 0.2s ease;
|
||||
color: var(--text-color);
|
||||
font-family: "Nunito", sans-serif;
|
||||
font-family: "Nunito", "NotoColorEmoji", sans-serif;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
user-select: none !important;
|
||||
-webkit-user-drag: none !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue