fix default font color

This commit is contained in:
ghost 2023-07-26 12:18:53 +03:00
parent 56c21a47c6
commit dca45c69ce
3 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
margin: 0;
padding: 0;
font-family: Sans-serif;
color: #ccc;
}
body {
@ -177,7 +178,6 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
}
span {
color: #ccc;
display: block;
margin: 8px 0;
}

View File

@ -33,10 +33,11 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
margin: 0;
padding: 0;
font-family: Sans-serif;
color: #ccc;
}
body {
background-color: #2e3436
background-color: #2e3436;
}
h1 {

View File

@ -148,6 +148,7 @@ if (filter_var($q, FILTER_VALIDATE_URL) && preg_match(CRAWL_URL_REGEXP, $q)) {
margin: 0;
padding: 0;
font-family: Sans-serif;
color: #ccc;
}
body {
@ -284,7 +285,6 @@ if (filter_var($q, FILTER_VALIDATE_URL) && preg_match(CRAWL_URL_REGEXP, $q)) {
}
span {
color: #ccc;
display: block;
margin: 8px 0;
}