mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
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:
parent
da29d34623
commit
69d7cde42a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user