mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix dark mode text on timetable
This commit is contained in:
@@ -309,6 +309,7 @@ ol:has(.MessageList__avatar___2wxyb svg) {
|
|||||||
#container #content {
|
#container #content {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
bottom: unset !important;
|
bottom: unset !important;
|
||||||
|
height: 100%;
|
||||||
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
|
-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;
|
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
|
||||||
}
|
}
|
||||||
@@ -1393,6 +1394,10 @@ ul {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header .days .title {
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
div.entry.class {
|
div.entry.class {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user