Browse Source

Change font

Cqoicebordel 10 years ago
parent
commit
af100afb98

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/pix-art/css/style.css


+ 1 - 0
searx/static/themes/pix-art/less/search.less

@@ -23,6 +23,7 @@
 	border: 1px solid @color-search-border;
 	color: @color-search-font;
 	font-size: 16px;
+	font-family: "Courier New", Courier, monospace;
 	height: 28px;
 	margin: 0;
 	outline: medium none;

+ 4 - 2
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;

Some files were not shown because too many files changed in this diff