main.scss: add font-variant-emoji: text

It's behind a flag in at least Firefox and Safari, but I am currently using a selector anyway
This commit is contained in:
Aminda Suomalainen 2024-06-01 14:37:06 +03:00
parent da29d34623
commit 69d7cde42a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

View File

@ -21,11 +21,13 @@ $monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
color-scheme: light dark !important;
}
// Revert to defaults
// Revert to defaults, or make settings default
* {
color: revert !important;
overflow-wrap: break-word !important;
hyphens: auto !important;
// Experimental trick to make all emojis text if supported.
font-variant-emoji: text;
}
a {