Removed background color from an image block

This commit is contained in:
Tino
2025-06-26 17:41:15 +03:00
committed by Julio C. Estrada
parent 70f75fb9ba
commit 47f31fb1bf

View File

@@ -2917,6 +2917,12 @@ div.source-docs-antora.boostlook:not(:has(.doc)):not(:has(>.boostlook)) > #conte
display: none;
}
.boostlook .doc .imageblock .content:has(img) {
background-color: transparent;
padding-left: 0;
padding-right: 0;
}
/*----------------- Global Styles for .boostlook end -----------------*/
/* ----------- Scrollbars Styles Start ------------- */