Skip to content

Commit 80e4fbe

Browse files
authored
Merge pull request #139 from argos-ci/fix-header
fix: fix header
2 parents 73686b0 + b343a41 commit 80e4fbe

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/css/custom.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ html[data-theme="dark"] {
5757
--ifm-toc-border-color: theme(colors.mauve.6);
5858
}
5959

60-
svg {
61-
@apply !inline-block;
62-
}
63-
6460
/* Main layout */
6561
.navbar__inner {
6662
max-width: 1420px;
@@ -73,10 +69,6 @@ svg {
7369
margin: 0 auto;
7470
}
7571

76-
/* Navbar */
77-
nav.navbar:not(.navbar-sidebar--show) {
78-
@apply backdrop-blur-md bg-transparent;
79-
}
8072
nav.menu {
8173
@apply p-6;
8274
}
@@ -251,11 +243,6 @@ nav.menu {
251243

252244
/* Toggle button */
253245

254-
.toggleButton_node_modules-\@docusaurus-theme-classic-lib-theme-ColorModeToggle-styles-module
255-
svg {
256-
display: block !important;
257-
}
258-
259246
[data-theme="light"]
260247
.darkToggleIcon_node_modules-\@docusaurus-theme-classic-lib-theme-ColorModeToggle-styles-module,
261248
[data-theme="dark"]

0 commit comments

Comments
 (0)