From 8036502dec84d0a51a8cce4c127418892ea2fcc6 Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Mon, 18 Sep 2023 09:51:43 +0200 Subject: [PATCH] Set higher contrast for accessibility --- public/stylesheets/main.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 6c27fb09..b93ac73e 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -125,4 +125,32 @@ small { .navbar-default { margin-top: 10px; +} + +/* improve accessibility */ +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { + color: #666; } \ No newline at end of file