diff --git a/lib/components/layout/layout.tsx b/lib/components/layout/layout.tsx index 48724d60d..5203edf4f 100644 --- a/lib/components/layout/layout.tsx +++ b/lib/components/layout/layout.tsx @@ -63,6 +63,22 @@ export const Layout: React.FC> = React.memo margin: 25px auto; transform: scale(0.95); } + .installation-tabs .tab.active:after { + display: none; + } + .installation-tabs .tab { + color: ${theme.palette.accents_3}; + } + .installation-tabs .tab:hover { + color: ${theme.palette.accents_6}; + } + .installation-tabs .tab.active { + font-weight: 500; + color: ${theme.palette.foreground}; + } + .installation-tabs .content { + margin-top: 0; + } `}