diff --git a/src/main/resources/static/stylesheet.css b/src/main/resources/static/stylesheet.css index 7c1b84d..0f1b3f9 100644 --- a/src/main/resources/static/stylesheet.css +++ b/src/main/resources/static/stylesheet.css @@ -1,5 +1,6 @@ body { margin: 0 5rem; + font-family: sans-serif; a:link, a:visited { text-decoration: none; @@ -49,6 +50,14 @@ main { border: 1px solid AccentColor; margin-bottom: 1rem; } + + .low-key-hint { + color: #717171; + } + + h2 .low-key-hint { + color: #858585; + } } table { diff --git a/src/main/resources/templates/show.html b/src/main/resources/templates/show.html index ed927ac..4a8d5b2 100644 --- a/src/main/resources/templates/show.html +++ b/src/main/resources/templates/show.html @@ -8,25 +8,24 @@