From fb711a5f6a7b8585aca91528916bd641e46e5df5 Mon Sep 17 00:00:00 2001 From: Riddim-GLiTCH Date: Wed, 5 Jul 2023 14:15:27 +0200 Subject: [PATCH] =?UTF-8?q?I=20forgor=20=F0=9F=92=80=20to=20update=20brand?= =?UTF-8?q?ing=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- src/theme/misc/_vars.scss | 2 +- src/theme/titlebar/_wordmark.scss | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index dcaf2d9..c2355c1 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "801089753038061669", "github": "Riddim_GLiTCH" }, - "version": "1.3.1", + "version": "1.3.2", "updater": { "type": "github", "id": "Riddim-GLiTCH/Virtual-Boy" diff --git a/src/theme/misc/_vars.scss b/src/theme/misc/_vars.scss index c85456b..32b6452 100644 --- a/src/theme/misc/_vars.scss +++ b/src/theme/misc/_vars.scss @@ -1,5 +1,5 @@ :root { - --version: "Virtual Boy V1.3.1"; + --version: "Virtual Boy V1.3.2"; --background-message-hover: none !important; --background-mentioned: none !important; --background-mentioned-hover: none !important; diff --git a/src/theme/titlebar/_wordmark.scss b/src/theme/titlebar/_wordmark.scss index f9b35f9..b21967b 100644 --- a/src/theme/titlebar/_wordmark.scss +++ b/src/theme/titlebar/_wordmark.scss @@ -13,3 +13,6 @@ font-size: 25px; color: var(--accent); } +html:has(#activeColorway:not(:empty)) .wordmarkWindows-2dq6rw::after { + content: var(--version) " + Colorways"; +}