diff --git a/dist/css/style.css b/dist/css/style.css new file mode 100644 index 00000000..b1965257 --- /dev/null +++ b/dist/css/style.css @@ -0,0 +1,21 @@ +.curl { + padding: 10px; + font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; + font-size: 0.9em; + max-height: 400px; + margin-top: 5px; + overflow-y: auto; + background-color: #fcf6db; + border: 1px solid #e5e0c6; + border-radius: 4px; + +} + +.curl_title { + font-size: 1.1em; + margin: 0; + padding: 15px 0 5px; + font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; + font-weight: 500; + line-height: 1.1; +} \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 9429a589..dff0e4eb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -9,6 +9,8 @@ + + @@ -97,5 +99,101 @@