From 4cbbb053f947f5b8c1f6a2a63b3fd71a4f1948a5 Mon Sep 17 00:00:00 2001 From: czarhex Date: Tue, 23 Aug 2022 23:59:06 +0200 Subject: [PATCH] surcord branding fix (#32) ok vozy I promise i won't rename it to "fagCord" --- src/_modules.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/_modules.scss b/src/_modules.scss index 0b72044..978e8d4 100644 --- a/src/_modules.scss +++ b/src/_modules.scss @@ -273,9 +273,7 @@ input[type="checkbox"] { content: "\asurCord 07.2022"; color: var(--text-muted); white-space: pre; - line-height: 17px !important; text-transform: none; - font-family: -apple-system, BlinkMacSystemFont, sans-serif; - font-size: 12px; - line-height: 16px; + font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif; + line-height: 17px !important; }