yeet react-twemoji and use-dark-mode

This commit is contained in:
Spectralitree 2021-10-03 16:40:25 +02:00
parent 4968635298
commit af8b913ca8
11 changed files with 21605 additions and 299 deletions

View file

@ -7,19 +7,16 @@
z-index: -5;
}
html {
html, body {
position: relative;
min-height: 100vh;
}
body {
position: relative;
}
.contents {
display: flex;
flex-flow: column;
height: 100vh
flex: 1;
min-height: 100vh;
}
.content {
@ -279,14 +276,9 @@ blockquote {
margin-right: -100px; ;
}
.d-emoji {
height: 22px;
width: auto;
}
.twemoji {
height: 22px;
width: auto;
.emoji, .d-emoji {
width: 1.25em;
height: auto;
}
.backdrop {