Fix comment

This commit is contained in:
Daniel Sheppard 2024-06-03 09:36:32 -05:00
parent 8e3fe48d5c
commit 92bcb4a00f

View File

@ -1,8 +1,10 @@
// Restore default foreground & background colors for <pre> blocks // Disable font-ligatures for Chromium based browsers
// Chromium requires `font-variant-ligatures: none` in addition to `font-feature-settings "liga" 0`
body { body {
font-variant-ligatures: none; font-variant-ligatures: none;
} }
// Restore default foreground & background colors for <pre> blocks
pre { pre {
background-color: transparent; background-color: transparent;
color: inherit; color: inherit;