diff options
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/forms.css | 3 | ||||
-rw-r--r-- | web/style/nodepage.css | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/web/style/forms.css b/web/style/forms.css index fca6648..f020eb6 100644 --- a/web/style/forms.css +++ b/web/style/forms.css @@ -35,6 +35,7 @@ fieldset { } input[type="submit"], +.play, button { color: var(--font-highlight); padding: 0.5em; @@ -46,10 +47,12 @@ button { cursor: pointer; } input[type="submit"]:disabled, +.play, button:disabled { background-color: var(--background-disable); } input[type="submit"]:hover, +.play, button:hover { filter: brightness(150%); } diff --git a/web/style/nodepage.css b/web/style/nodepage.css index 67642e8..2b76ede 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -47,7 +47,8 @@ } .page.node .title .play { display: inline-block; - font-stretch: 200%; + font-size: small; + background-color: #52b83340; } .page.node .title .play::before { content: "play_arrow"; @@ -89,4 +90,4 @@ .page.node .bigposter { margin: 1.5em; } -}
\ No newline at end of file +} |