More Tommy wizardy

This commit is contained in:
rcarteraz 2024-03-27 15:44:36 -07:00
parent cddb8f28cf
commit 3622c02bbf

View file

@ -248,17 +248,15 @@ td {
.tabs__item {
border-bottom-color: var(--ifm-tabs-color-inactive-border);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-radius: 0;
margin-right: 4px;
}
.tabs__item--active {
border-bottom-color: var(--ifm-tabs-color-active-border);
}
.tabs__item:hover {
background-color: var(--ifm-hover-overlay);
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-radius: 0;
}