[DOCS] Restyling tabs fix

Fixing style of active tabs.
This commit is contained in:
Sebastian Golebiewski 2023-06-14 14:01:33 +02:00 committed by GitHub
parent 1761427ab1
commit 92ac04dcac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ pre {
.sd-tab-set>input:checked+label {
border-color: var(--sd-color-tabs-underline-inactive);
color: var(--sd-color-info-text);
color: var(--sd-color-info-text)!important;
background-color: rgb(0 104 181)!important;
}
.sd-tab-set>input:checked+label:hover {