mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -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;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
background-color: rgba(255, 255, 255, 0.64);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
|
Loading…
Reference in New Issue
Block a user