Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurEmma2 committed Sep 22, 2023
1 parent 5e7d918 commit c7ff13f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/common/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@ $navbar-dark-active-color: $link-color-dark;
stroke: #000;
}

[data-dark-mode] .reserve-gpu-btn {
color: #000;
}

[data-dark-mode] body .btn-console-action {
background-color: transparent;
border: 1px solid #515559;
Expand Down
1 change: 1 addition & 0 deletions assets/scss/layouts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
background: #ccccccab;
outline: none;
border: none;
color: #000;
}
.reserve-gpu-btn:hover {
background: #ccc;
Expand Down

0 comments on commit c7ff13f

Please sign in to comment.