quick styling fix

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-10-14 10:16:37 -06:00
parent de32fe4d85
commit 3d456d1cd5

View File

@@ -415,7 +415,10 @@ html[data-bs-theme="light"] .btn-adaptive {
--bs-btn-disabled-border-color: #f8f9fa;
}
.api-method:hover {
border-bottom: 1px solid;
border-top: 1px solid;
html[data-bs-theme="dark"] .api-method:hover {
background-color: #373b3e;
}
html[data-bs-theme="light"] .api-method:hover {
background-color: rgba(0,0,0,0.1);
}