Calendar night mode & text color fix

This commit is contained in:
Rsl1122 2019-07-06 11:48:02 +03:00
parent caecaa416e
commit 72a43b584d
2 changed files with 10 additions and 1 deletions

View File

@ -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;

View File

@ -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');