From b061b1b6a229e042a2a0c08e5a4d8ed016f46a1e Mon Sep 17 00:00:00 2001
From: Mats Fangohr <83273529+MatsFangohr@users.noreply.github.com>
Date: Mon, 05 Feb 2024 14:59:58 +0000
Subject: [PATCH] feat(i18n): German translation (#808)
---
quartz/styles/base.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 0fa7a55..33d6267 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -26,7 +26,7 @@
}
::selection {
- background: color-mix(in srgb, var(--tertiary) 60%, transparent);
+ background: color-mix(in srgb, var(--tertiary) 60%, rgba(255, 255, 255, 0));
color: var(--darkgray);
}
@@ -54,7 +54,7 @@
}
a {
- font-weight: 600;
+ font-weight: $boldWeight;
text-decoration: none;
transition: color 0.2s ease;
color: var(--secondary);
--
Gitblit v1.10.0