diff --git a/static/assets/favicon.ico b/static/assets/favicon.ico old mode 100755 new mode 100644 index 9356735..d840d27 Binary files a/static/assets/favicon.ico and b/static/assets/favicon.ico differ diff --git a/templates/index.html b/templates/index.html index 745736f..f6ef816 100755 --- a/templates/index.html +++ b/templates/index.html @@ -39,10 +39,10 @@
-
+
- +
# Alfred v.{{app_version}} # Welcome to OPA Alfred! The reasonably usable self-hosted alternative to OPA's Playground @@ -60,12 +60,12 @@
-
+
- +
{"message":"Hello World!!!"}
@@ -75,7 +75,7 @@
- +
@@ -85,7 +85,7 @@
- +
@@ -122,23 +122,23 @@ // Fonts editor.setOptions({ fontFamily: "Roboto Mono", - fontSize: "11pt" + fontSize: "10pt" }); editorinput.setOptions({ fontFamily: "Roboto Mono", - fontSize: "11pt", + fontSize: "10pt", wrap: false }); editordata.setOptions({ fontFamily: "Roboto Mono", - fontSize: "11pt" + fontSize: "10pt" }); editorresult.setOptions({ fontFamily: "Roboto Mono", - fontSize: "11pt" + fontSize: "10pt" });