mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Add a background-color to img elements in docs to ensure readability in dark mode
This commit is contained in:
parent
e370cadcef
commit
510110fb1c
@ -3,6 +3,7 @@ img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: rgba(255, 255, 255, 0.64);
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
|
Loading…
Reference in New Issue
Block a user