Skip to content

Commit

Permalink
Update _themes.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
BingCS authored Aug 25, 2024
1 parent 72eabc0 commit 5512c12
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,14 @@
--global-danger-block-text: #600;
--global-danger-block-title: #c00;

#light-toggle-system {
padding-left: 10px;
padding-top: 12px;
display: block;
}

#light-toggle-dark {
display: none;
}

#light-toggle-light {
display: none;
padding-left: 10px;
padding-top: 12px;
display: block;
}

.repo-img-light {
Expand Down Expand Up @@ -108,10 +104,6 @@ html[data-theme="dark"] {
}

html[data-theme-setting="dark"] {
#light-toggle-system {
display: none;
}

#light-toggle-dark {
padding-left: 10px;
padding-top: 12px;
Expand All @@ -129,10 +121,6 @@ html[data-theme-setting="dark"] {
}

html[data-theme-setting="light"] {
#light-toggle-system {
display: none;
}

#light-toggle-dark {
display: none;
}
Expand Down

0 comments on commit 5512c12

Please sign in to comment.