Adding white color to text

Added white color to text as the error message "Error while fetching archive info" because it was not visible.
This commit is contained in:
Sombrecoeur 2020-09-23 18:10:34 +02:00 committed by GitHub
parent 385263dcff
commit d4e6b657ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3610,6 +3610,7 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal';
ul#search-wrapper li:nth-child(odd) { background: #f9f9f9cc; }
.theme-dark .btn-outline-primary { color: #949aa3; border-color: #949aa3; }
.theme-dark .btn-outline-primary:hover, .theme-dark .btn-outline-primary:active { background-color: #2d3035;}
p {color:#ffffff;}
</style>
<?php endif; ?>
</head>