Skip to content

Commit 0cdcc12

Browse files
committed
Update forcal-dark.css
1 parent 33a9f74 commit 0cdcc12

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/forcal-dark.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,12 @@ body:not(.rex-theme-light) #forcal td.fc-today {
261261
}
262262

263263
body.rex-theme-dark #forcal .fc-week-number,
264-
body:not(.rex-theme-light) #forcal .fc-week-number {
264+
body.rex-theme-dark #forcal .fc-daygrid-week-number,
265+
body:not(.rex-theme-light) #forcal .fc-week-number,
266+
body:not(.rex-theme-light) #forcal .fc-daygrid-week-number {
265267
background-color: var(--fc-week-number-bg);
266-
color: var(--fc-text);
268+
color: var(--fc-text) !important;
269+
text-decoration: none;
267270
}
268271

269272
body.rex-theme-dark #forcal .fc-day-top.fc-sat .fc-day-number,

0 commit comments

Comments
 (0)