X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=5128982a44d5e52f1c9387b8b9a7d6a753e3c72d;hp=dfaa8e4f9fc32c58cc32a73904702cbb26057e70;hb=80b53fb35b2026f0100572fc744d659532efe3f0;hpb=bdf1eb444045a785f02bd41c09c49c165a48c665 diff --git a/style.css b/style.css index dfaa8e4..5128982 100644 --- a/style.css +++ b/style.css @@ -256,6 +256,11 @@ button { width: 200px; } +button.inline { + font-size: 100%; + width: auto; +} + button:hover { transform: translateY(-1px); background-color: var(--accent-color-bright);