diff --git a/static/css/theme.css b/static/css/theme.css index 51de429ad6..7d76774561 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -947,10 +947,9 @@ td { #topbar { background-color: #ffffff; /* var(--MAIN-BG-color) */ - border-radius: 2px; min-height: 3rem; - position: relative; - z-index: 480; + position: relative; + z-index: 480; } #topbar > div { diff --git a/static/css/variant.css b/static/css/variant.css index d3420b0147..85faaa01ea 100644 --- a/static/css/variant.css +++ b/static/css/variant.css @@ -223,7 +223,7 @@ pre .copy-to-clipboard-button:hover { background-color: var(--INTERNAL-MAIN-LINK-color); } -.progress { +.toc-flyout .progress { background-color: var(--INTERNAL-MAIN-BG-color); }