Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLe0n committed Oct 21, 2024
1 parent a041700 commit 0d8ff37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/md-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

#artikel a:hover {
font-weight: bold;
font-weight: normal;
color: var(--md-link-hover-color);
}

Expand Down
5 changes: 1 addition & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ a:hover {
flex-direction: column;
align-items: center;
margin: .5rem;
gap: 1rem;
}

#kopf #titel {
Expand All @@ -179,10 +180,6 @@ a:hover {
background: var(--line-img) no-repeat center / contain;
}

#kopf #toggles {
margin-top: 1rem;
}

#kopf #toggles #dark-mode-check {
background: var(--theme-toggle-img) no-repeat center;
width: 30px;
Expand Down

0 comments on commit 0d8ff37

Please sign in to comment.