mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 10:25:52 +00:00
fix default font color
This commit is contained in:
parent
56c21a47c6
commit
dca45c69ce
@ -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;
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user