Limit style changes to those within CMS content blocks; update colors of main netbox_logo.svg

This commit is contained in:
Brian Tiemann 2024-10-16 19:04:24 -04:00
parent ad4a1bd7cd
commit c097fa60a6
3 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,9 @@ img {
display: block;
margin-left: auto;
margin-right: auto;
}
.md-content img {
background-color: rgba(255, 255, 255, 0.64);
}

View File

@ -1,4 +1,4 @@
![NetBox](netbox_logo.svg "NetBox logo"){style="height: 100px; margin-bottom: 3em"}
![NetBox](netbox_logo.svg "NetBox logo"){style="height: 100px; margin-bottom: 3em; background: none;"}
# The Premier Network Source of Truth

View File

@ -3,7 +3,7 @@
<defs>
<style>
.cls-1 {
fill: #00857d;
fill: #00f2d4;
}
.cls-1, .cls-2 {
@ -11,7 +11,7 @@
}
.cls-2 {
fill: #001423;
fill: #fff;
}
</style>
</defs>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB