dashlet UI bugfixes

This commit is contained in:
SethBurkart123
2023-11-22 09:50:18 +11:00
parent 1d01ccfc40
commit be20c2726b
+6
View File
@@ -77,6 +77,12 @@ body, html {
//opacity: 0;
}
}
.dashlet-summary-homework>.summary>.subject>.item {
color: var(--text-primary) !important;
}
.dashlet-summary-homework>.summary>.subject>.item {
color: var(--text-primary) !important;
}
.dashlet-notes > ul {
background: var(--background-primary);
}