mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 05:10:11 +01:00
Change font
This commit is contained in:
parent
e181041f11
commit
af100afb98
File diff suppressed because one or more lines are too long
@ -23,6 +23,7 @@
|
|||||||
border: 1px solid @color-search-border;
|
border: 1px solid @color-search-border;
|
||||||
color: @color-search-font;
|
color: @color-search-font;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-family: "Courier New", Courier, monospace;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
outline: medium none;
|
outline: medium none;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// Main LESS-Code
|
// Main LESS-Code
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: "Courier New", Courier, monospace;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
.text-size-adjust;
|
.text-size-adjust;
|
||||||
color: @color-font;
|
color: @color-font;
|
||||||
@ -113,7 +113,9 @@ div.title {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="button"] {
|
input[type="button"],
|
||||||
|
input[type="submit"] {
|
||||||
|
font-family: "Courier New", Courier, monospace;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
margin: 2px 4px;
|
margin: 2px 4px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user