From 2e41b2b373d5a057061a7694aa5e83001efeaf0f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 26 Jan 2024 03:46:05 +0100 Subject: fix a bunch of stupid things regarding subtitles. still doesnt work --- web/style/forms.css | 3 +++ web/style/nodepage.css | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'web/style') 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 +} -- cgit v1.2.3-70-g09d2