mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
Fixes: #16083 - Add font-variant-ligatures setting to disable ligatures on chromium
This commit is contained in:
parent
e18e6cf756
commit
8e3fe48d5c
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -1,4 +1,8 @@
|
||||
// Restore default foreground & background colors for <pre> blocks
|
||||
body {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user