Skip to content

Commit

Permalink
Update style.scss about light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fwqaaq committed Dec 3, 2023
1 parent 2b7819f commit 0565599
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--light-color-a: #6ca586;
--light-color-a-hover: #046960;
--light-bg-code: rgba(69, 132, 161, 0.85);
--light-bg-pre: rgb(240, 236, 224);
--light-bg-pre: rgb(254, 246, 229);
--light-color-h: #402e52;

--dark-color-theme: var(--light-bg-theme);
Expand Down Expand Up @@ -59,16 +59,11 @@ a:hover {
color:rgb(101, 123, 131);
}

.k,
.kv,
.o {
.k, .kv, .o {
color: rgb(133, 153, 0);
}

.nd,
.nn,
.nf,
.nb {
.nd, .nn, .nf, .nb, .py {
color: rgb(38, 139, 210);
}

Expand Down

0 comments on commit 0565599

Please sign in to comment.