Skip to content

Commit

Permalink
docs: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jul 20, 2023
1 parent 9cf0689 commit d126ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/css/main.css
Expand Up @@ -42,6 +42,7 @@ h4 {

a:hover {
transition: all linear 0.2s;
color: #3794de;
text-decoration: underline;
}

Expand All @@ -68,7 +69,7 @@ a {
}

.toggle-panel > label:hover {
color: #0d0d0e;
text-decoration: underline;
}

.toggle-panel > input[type=checkbox] {
Expand Down

0 comments on commit d126ddf

Please sign in to comment.