From 231b8c2daa224600d597113aaab2e35a84a1b905 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Thu, 9 Jun 2022 16:46:32 -0500 Subject: [PATCH] Added branding --- src/_modules.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/_modules.scss b/src/_modules.scss index 2f94bd9..f3483a0 100644 --- a/src/_modules.scss +++ b/src/_modules.scss @@ -208,3 +208,15 @@ display:none; background-color: rgb(139, 139, 139); } } + +/* Add surCord Branding */ +.info-3pQQBb > span:first-child::after { + content: '\asurCord 06.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; +}