From 36db0524e4d0f6bc6fa2440b0df2c425c4d130fc Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Sat, 29 Jan 2022 03:43:28 +0100 Subject: a11y fix heading levels --- website/resources/css/custom.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'website/resources/css') diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css index 365525a9..5e28b7cf 100644 --- a/website/resources/css/custom.css +++ b/website/resources/css/custom.css @@ -34,7 +34,10 @@ padding: 6px 12px 6px 28px; } -.tidelift-link:hover, .tidelift-link-inline:hover { +.tidelift-link:focus, +.tidelift-link-inline:focus, +.tidelift-link:hover, +.tidelift-link-inline:hover { color: white; } @@ -493,3 +496,10 @@ body { outline: 1px auto Highlight; outline: 1px auto -webkit-focus-ring-color; } + +.bs-callout.bs-callout-danger h2 { + margin-top: 0; + margin-bottom: 5px; + text-align: start; + font-size: 17px; +} -- cgit