mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:14:49 +08:00
variant: avoid neon to leak into IE11 fallback #392
This commit is contained in:
parent
09a9db43a5
commit
fc7211bcc3
@ -1,3 +1,7 @@
|
||||
/* this variant does not work well if we use fallback styles for IE11 so better
|
||||
ignore this variant in IE completely */
|
||||
@supports not (-ms-high-contrast:none) {
|
||||
|
||||
/* here in this showcase we use our own modified chroma syntax highlightning style;
|
||||
if you want to use a predefined style instead:
|
||||
- remove `markup.highlight.noClasses` from your config.toml
|
||||
@ -274,3 +278,5 @@ above will not apply, so we have to repeat it here */
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user