css changed

This commit is contained in:
Benjamin Takats
2022-12-16 13:35:28 +01:00
parent 12b1f98d6c
commit 41a55d438f
3 changed files with 15 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
} }
.calendar table.month th.month-title { .calendar table.month th.month-title {
color: #fff; color: #F7931A;
} }
.calendar table.month th.day-header { .calendar table.month th.day-header {
@@ -30,6 +30,10 @@
.calendar table.month td.day .day-content { .calendar table.month td.day .day-content {
color: #fff; color: #fff;
} }
.calendar .calendar-header table th:hover {
background: #222;
}
</style> </style>
<div <div

View File

@@ -20,7 +20,7 @@
} }
.calendar table.month th.month-title { .calendar table.month th.month-title {
color: #fff; color: #F7931A;
} }
.calendar table.month th.day-header { .calendar table.month th.day-header {
@@ -30,6 +30,10 @@
.calendar table.month td.day .day-content { .calendar table.month td.day .day-content {
color: #fff; color: #fff;
} }
.calendar .calendar-header table th:hover {
background: #222;
}
</style> </style>
<div <div

View File

@@ -20,7 +20,7 @@
} }
.calendar table.month th.month-title { .calendar table.month th.month-title {
color: #fff; color: #F7931A;
} }
.calendar table.month th.day-header { .calendar table.month th.day-header {
@@ -30,6 +30,10 @@
.calendar table.month td.day .day-content { .calendar table.month td.day .day-content {
color: #fff; color: #fff;
} }
.calendar .calendar-header table th:hover {
background: #222;
}
</style> </style>
<div <div