X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=91cee834c83438a92d7b698418e0588587a69f24;hp=cde3def414e75204b963458144d7c1257c0509a6;hb=dc30408e928cdd6276402d6fb4faa39d81e5eabe;hpb=6a5d2b184d3c01d12c6af04ad7f0613d5b13525b diff --git a/style.css b/style.css index cde3def..91cee83 100644 --- a/style.css +++ b/style.css @@ -49,7 +49,7 @@ h2 { font-size: 110%; } -p,dl,dd { +p,dl,dd,form { margin-bottom: 1em; } @@ -59,6 +59,19 @@ ul li { margin-bottom: 0.5em; } +a:link { + color: var(--accent-color); +} +a:visited { + color: var(--accent-color); +} +a:hover { + color: var(--accent-color-bright); +} +a:active { + color: var(--accent-color-bright); +} + /*\ |*| |*| Overall page layout @@ -106,15 +119,15 @@ body { margin-left: auto; margin-right: auto; padding-top: 0; - padding-bottom: 0; + padding-bottom: 2em; padding-left: 1em; padding-right: 1em; } -@media screen and (min-width: 620px) and (max-width: 820px) { +@media screen and (min-width: 720px) and (max-width: 820px) { #page { - padding-left: calc(1em + (100% - 820px)/2); - padding-right: calc(1em + (100% - 820px)/2); + padding-left: calc(1em + (100% - 720px)/2); + padding-right: calc(1em + (100% - 720px)/2); } } @@ -241,6 +254,13 @@ button { padding-top: 0.25em; padding-bottom: 0.25em; width: 200px; + cursor: pointer; +} + +button.inline { + font-size: 72%; + font-weight: bold; + width: auto; } button:hover {