diff --git a/static/style.css b/static/style.css index 57eafbf..fa53f9b 100644 --- a/static/style.css +++ b/static/style.css @@ -113,7 +113,7 @@ input.button, button.button { background-color: #777; } -.btn-large { +.btn-large, button.btn-large { font-size: 1.6em; } @@ -150,14 +150,15 @@ label.important { font-weight: 300; display: block; } -input, select { +input, select, textarea { font-size: 1.2em; line-height: 1.4em; border: 3px grey solid; border-radius: none; padding: 3px; + font-family: "Roboto", sans-serif; } -input:focus, select:focus { +input:focus, select:focus, textarea:focus { border: 3px mediumpurple solid; } diff --git a/templates/report_bug.html b/templates/report_bug.html new file mode 100644 index 0000000..8eeab1c --- /dev/null +++ b/templates/report_bug.html @@ -0,0 +1,37 @@ + + +
+ +