mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
variant: avoid neon to leak into IE11 fallback #392
This commit is contained in:
parent
09a9db43a5
commit
fc7211bcc3
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue