diff --git a/css/style.css b/css/style.css index f57a5cb..30988be 100644 --- a/css/style.css +++ b/css/style.css @@ -41,6 +41,10 @@ html, body { a { color: var(--font-color); } +a:hover { + text-decoration: none; + border-bottom: 0.08em dashed var(--font-color); +} #page-wrap { min-height: 100%; margin-bottom: calc(0em - var(--footer-height)); @@ -119,3 +123,12 @@ footer, #page-wrap:after { summary:active, summary:focus { outline: none; } + +.download_link { + margin-top: 0.5em; +} + +details table { + margin-top: 0.5em; + margin-left: 1em; +} diff --git a/result.php b/result.php index 7041031..4469276 100644 --- a/result.php +++ b/result.php @@ -51,7 +51,9 @@ if (isset($id)) { - +