兰代清sb

This commit is contained in:
2023-12-23 23:14:47 +08:00
parent 19f6259c78
commit 26136e74ea
5 changed files with 98 additions and 26 deletions

View File

@@ -7,6 +7,7 @@
:root {
--font-bg-theme-reverse:rgb(255 255 255 / 31%);
--font-border: rgb(213, 79, 27);
--theme-comment-color: rgba(178, 188, 250, 0.4);
--theme-bg-color: rgba(16 18 27 / 40%);
@@ -28,6 +29,7 @@
}
.light-mode {
--font-bg-theme-reverse:rgba(16 18 27 / 40%);
--font-border: rgb(108, 155, 255);
--theme-comment-color: rgba(201, 217, 255, 0.4);
--theme-bg-color: rgb(255 255 255 / 31%);