mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-08 03:39:42 +01:00
Calendar night mode & text color fix
This commit is contained in:
parent
caecaa416e
commit
72a43b584d
@ -170,6 +170,14 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.fc-title {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.fc-title {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
a:not([href]):not([tabindex]) {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
@ -79,8 +79,9 @@
|
||||
'.card,.bg-white,.modal-content,.page-loader,hr {background-color:#44475a;border-color:#6272a4;}' +
|
||||
'.bg-white.collapse-inner {border 1px solid;}' +
|
||||
'.card-header {background-color:#44475a;border-color:#6272a4;}' +
|
||||
'#content,.col-black,.text-gray-800,.collapse-item,.modal-title,.modal-body,.page-loader,.close {color:#eee8d5 !important;}' +
|
||||
'#content,.col-black,.text-gray-800,.collapse-item,.modal-title,.modal-body,.page-loader,.close,.fc-title {color:#eee8d5 !important;}' +
|
||||
'.collapse-item:hover,.nav-link.active {background-color: #606270 !important;}' +
|
||||
'.fc-today {background:#6272a4 !important}' +
|
||||
'</style>');
|
||||
// Turn bright tables to dark
|
||||
$('.table').addClass('table-dark');
|
||||
|
Loading…
Reference in New Issue
Block a user