From cb38667c1df7d752a1a9ef45505a7e106ff03ef8 Mon Sep 17 00:00:00 2001
From: jackyzha0 <j.zhao2k19@gmail.com>
Date: Fri, 27 Aug 2021 18:08:18 +0000
Subject: [PATCH] Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
---
assets/custom.scss | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/assets/custom.scss b/assets/custom.scss
index 9fcccd3..cb8babb 100644
--- a/assets/custom.scss
+++ b/assets/custom.scss
@@ -2,10 +2,10 @@
:root {
--light: #faf8f8;
--dark: #141021;
- --navy: #284b63;
- --olive: #84a59d;
+ --secondary: #284b63;
+ --tertiary: #84a59d;
--visited: #afbfc9;
- --salmon: #f28482;
+ --primary: #f28482;
--gray: #4e4e4e;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
@@ -14,10 +14,10 @@
[saved-theme="dark"] {
--light: #1e1e21 !important;
--dark: #fbfffe !important;
- --navy: #5b778a !important;
+ --secondary: #5b778a !important;
--visited: #4a575e !important;
- --olive: #84a59d !important;
- --salmon: #f58382 !important;
+ --tertiary: #84a59d !important;
+ --primary: #f58382 !important;
--gray: #d4d4d4 !important;
--lightgray: #292633 !important;
--outlinegray: #343434 !important;
--
Gitblit v1.10.0