mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 09:08:15 -06:00
Fix comment
This commit is contained in:
parent
8e3fe48d5c
commit
92bcb4a00f
@ -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 {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
// Restore default foreground & background colors for <pre> blocks
|
||||
pre {
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user