Skip to content

Commit

Permalink
Minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Apr 14, 2024
1 parent 2493ac7 commit 542ae34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
--ifm-font-weight-normal: 400;
--ifm-font-weight-light: 300;
--ifm-global-shadow-lw: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
--ifm-hover-overlay: hsla(220, 59%, 70%, 0.102);
--ifm-hover-overlay: #85a3e01a;
--ifm-menu-link-padding-vertical: 0.5rem;
--ifm-navbar-height: 4rem;
--ifm-menu-color-background-active: var(--ifm-menu-color-background-hover);
--ifm-menu-color-background-active: transparent;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand Down Expand Up @@ -142,7 +142,7 @@
header > h1 {
font-size: 2.5rem;
font-weight: var(--ifm-font-weight-bold);
padding-top: 4px;
padding-top: 0px;
}

header > h1 {
Expand Down

0 comments on commit 542ae34

Please sign in to comment.