Skip to content

Commit

Permalink
dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed May 27, 2024
1 parent beb4ce3 commit df9558e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ html.dark-theme #modal-versions .colset .col-right {
width: auto;
overflow: visible;
background: transparent;
color: var(--body-font-dark-color);
}

#modal-versions .version-toggle span {
Expand All @@ -255,6 +256,12 @@ html.dark-theme #modal-versions .colset .col-right {
transform: rotate(-90deg);
}


html.dark-theme #modal-versions .version-toggle span {
background: transparent url(../img/chevron-white.svg) no-repeat center / 50%;
}


#modal-versions .is-active .version-toggle span {
transform: rotate(0);
}
Expand Down

0 comments on commit df9558e

Please sign in to comment.