diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-17 18:50:57 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-17 18:50:57 +0100 |
| commit | af100afb98f56713deb94e19115883a2247e8a0b (patch) | |
| tree | 935bf062365e09c3ebd367378a6056b461e049aa /searx/static/themes/pix-art/less/style.less | |
| parent | e181041f11f612937299d440ccb090d3a78cf740 (diff) | |
Change font
Diffstat (limited to 'searx/static/themes/pix-art/less/style.less')
| -rw-r--r-- | searx/static/themes/pix-art/less/style.less | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/searx/static/themes/pix-art/less/style.less b/searx/static/themes/pix-art/less/style.less index c11a43474..a2088e985 100644 --- a/searx/static/themes/pix-art/less/style.less +++ b/searx/static/themes/pix-art/less/style.less @@ -12,7 +12,7 @@ // Main LESS-Code html { - font-family: sans-serif; + font-family: "Courier New", Courier, monospace; font-size: 0.9em; .text-size-adjust; 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; margin: 2px 4px; display: inline-block; |