diff --git a/src/style/dark.less b/src/style/dark.less index c7d4535..819fb48 100644 --- a/src/style/dark.less +++ b/src/style/dark.less @@ -1,6 +1,6 @@ [data-theme="dark"] { body { color: rgba(255, 255, 255, 0.85); - background-color: #000; + background-color: #323549; } }