mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix text shadow on light mode
This commit is contained in:
@@ -1149,6 +1149,10 @@ iframe.userHTML {
|
||||
background: transparent;
|
||||
color: var(--text-primary) !important;
|
||||
}
|
||||
.dark #main > .course > .content > h1 {
|
||||
text-shadow: 0 0 10px black;
|
||||
}
|
||||
|
||||
#main > .course > .content > h1 {
|
||||
color: var(--text-primary);
|
||||
border-bottom: none;
|
||||
|
||||
Reference in New Issue
Block a user