aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmpl.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmpl.go b/tmpl.go
index 9d76b6f..c161fe2 100644
--- a/tmpl.go
+++ b/tmpl.go
@@ -86,6 +86,7 @@ func init() {
p, summary {
line-height: 1.2;
+ font-size: 1rem;
}
a {
@@ -94,6 +95,8 @@ func init() {
}
input[type="text"] {
+ font-family: monospace;
+ font-size: 1rem;
background-color: var(--lighter-box-background-color);
width: 100%;
padding: 0.5rem;
@@ -134,7 +137,6 @@ func init() {
}
#solver_status {
- font-size: 0.9rem;
color: var(--light-text-color);
margin-top: 1rem;
}