Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix: adjust ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Nov 24, 2022
1 parent c62dddd commit 2ce7624
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/assets/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ body {
@import "./layout.scss";
@import "./page.scss";

@media (prefers-color-scheme: dark) {
:root {
background-color: rgba(18, 18, 18, 1);
}
}
// @media (prefers-color-scheme: dark) {
// :root {
// background-color: rgba(18, 18, 18, 1);
// }
// }

.user-none {
user-select: none;
Expand Down

0 comments on commit 2ce7624

Please sign in to comment.