fix dark mode text on timetable

This commit is contained in:
SethBurkart123
2023-10-12 06:29:32 +11:00
parent ccafbb3c26
commit df728a7c18
+5
View File
@@ -309,6 +309,7 @@ ol:has(.MessageList__avatar___2wxyb svg) {
#container #content {
border-radius: 16px;
bottom: unset !important;
height: 100%;
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
}
@@ -1393,6 +1394,10 @@ ul {
overflow: hidden;
}
.header .days .title {
color: var(--text-primary);
}
div.entry.class {
width: 100% !important;
border-radius: 0.25rem;