From ffe6de80bc13a65d29e7fee1b45771f739219077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Sat, 6 Sep 2025 00:56:49 +0200 Subject: [PATCH] Purple styling --- quartz/styles/custom.scss | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 29da424..4f4ed81 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,6 +1,47 @@ @use "./base.scss"; @use "./variables.scss" as *; +a { + color: #875a9f; +} + +.explorer-content ul li>a { + color: #875a9f; + opacity: 1; +} + +a:hover, +.explorer-content ul li>a.active, +.explorer-content ul li>a:hover, +.folder-container div>a:hover { + color: #9e85bc; +} + +.folder-container div>a { + color: #875a9f; +} + +:root[saved-theme="dark"] a { + color: #b381cc; +} + +:root[saved-theme="dark"] a:hover { + color: #9e85bc; +} + +a.internal { + background-color: unset; +} + +// Softer dark background +:root[saved-theme="dark"] body { + background-color: color-mix(in srgb, var(--lightgray)60%, var(--light)); +} + +:root[saved-theme="dark"] .search>.search-button { + background-color: #5E5F60; +} + // Callouts design .text-highlight { background-color: #ddcee5;