From d43367e6ef4b0b59722f7f272e005a491dbea986 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Mon, 20 Nov 2023 17:21:10 +1100 Subject: [PATCH] hotfix for text glow on courses, -- release -- --- public/manifest.json | 2 +- src/css/injected.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index b531d227..2def61b3 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BetterSEQTA+", - "version": "3.2.1", + "version": "3.2.1.1", "description": "Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!", "icons": { "32": "icons/icon-32.png", diff --git a/src/css/injected.scss b/src/css/injected.scss index 2012b74a..de767f15 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1156,8 +1156,8 @@ iframe.userHTML { #main > .course > .content > h1 { color: var(--text-primary); border-bottom: none; - text-shadow: 0 0 10px black; } + #main > .course > .content > .outline > h2, #main > .course > .content > .homework > h2, #main > .course > .content > .resources > h2 { color: var(--text-primary); }