Add twemoji

This commit is contained in:
Spectralitree 2020-12-14 22:26:15 +01:00
parent f501bdc2be
commit 49cb4ba8f2
5 changed files with 94 additions and 12 deletions

View file

@ -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;
}