mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
Add twemoji
This commit is contained in:
parent
f501bdc2be
commit
49cb4ba8f2
5 changed files with 94 additions and 12 deletions
|
|
@ -129,6 +129,13 @@ body {
|
|||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.dark-mode .alert-primary {
|
||||
color: $white;
|
||||
background-color: $primary;
|
||||
border: $gray-900;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.dark-mode .alert-light {
|
||||
color: $white;
|
||||
background-color: $gray-900;
|
||||
|
|
@ -249,9 +256,13 @@ blockquote {
|
|||
}
|
||||
|
||||
.d-emoji {
|
||||
height: 25px;
|
||||
height: 22px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.twemoji {
|
||||
height: 22px;
|
||||
width: auto;
|
||||
image-rendering: crisp-edges;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue