hotfix for text glow on courses, -- release --

This commit is contained in:
SethBurkart123
2023-11-20 17:21:10 +11:00
parent 0d9af8b0e8
commit d43367e6ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
}