From 5f17137e7b7277fced0986fa37f478da20261cde Mon Sep 17 00:00:00 2001 From: "Tomoya(obsidian)" Date: Wed, 9 Aug 2023 18:01:25 +0900 Subject: [PATCH] css style --- assets/styles/custom.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/styles/custom.scss b/assets/styles/custom.scss index fc0108a5..630fb00e 100644 --- a/assets/styles/custom.scss +++ b/assets/styles/custom.scss @@ -1,17 +1,17 @@ // Add your own CSS here! :root { - --light: #faf8f8; - --dark: #141021; - --secondary: #284b63; + --light: #d7eff7; + --dark: #06262B; + --secondary: #02B2D4; --tertiary: #84a59d; --visited: #afbfc9; - --primary: #f28482; + --primary: #207e8f; --gray: #4e4e4e; --lightgray: #f0f0f0; --outlinegray: #dadada; --million-progress-bar-color: var(--secondary); - --highlighted: #f5dfaf88; + --highlighted: #FA8F2D; } [saved-theme="dark"] {