(Temporary?) emoji fix
This commit is contained in:
parent
90ffc675fa
commit
a2b615238a
1 changed files with 6 additions and 1 deletions
|
@ -60,7 +60,7 @@ body {
|
|||
background: rgb(185,106,106);
|
||||
background: radial-gradient(circle, rgba(185,106,106,1) 0%, rgba(236,197,197,1) 100%);
|
||||
background-attachment: fixed;
|
||||
font-family: "Merriweather", serif, "Noto Color Emoji";
|
||||
font-family: "Merriweather", serif;
|
||||
}
|
||||
|
||||
body, a, a:visited {
|
||||
|
@ -180,6 +180,7 @@ div.fic li.warnings i {
|
|||
|
||||
div.fic ul.ficlinks li a.locked::before {
|
||||
content:"🔒";
|
||||
font-family: none;
|
||||
}
|
||||
|
||||
div.fic ul.ficlinks.french::before {
|
||||
|
@ -381,3 +382,7 @@ iframe {
|
|||
width: 99%;
|
||||
border: 2px solid rgb(99, 44, 44);
|
||||
}
|
||||
|
||||
span.emoji {
|
||||
font-family: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue