From 09d7d00a0fbed8d2a944509e712242bab016a4ba Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 19 Oct 2019 06:05:49 +0300 Subject: Documentation: theme: css: Make text darker The text is currently rendered as a 50% gray, which is a bit painful to read in low light conditions. Make it darker. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/theme/static/css/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Documentation/theme') diff --git a/Documentation/theme/static/css/theme.css b/Documentation/theme/static/css/theme.css index 4901bbf5..60f3510d 100644 --- a/Documentation/theme/static/css/theme.css +++ b/Documentation/theme/static/css/theme.css @@ -6,7 +6,7 @@ html { } body { - color: rgb(0, 0, 0, 0.5); + color: rgb(0, 0, 0, 0.65); font-family: Arial, sans-serif; margin: 0px; } @@ -217,7 +217,6 @@ div#content > div.block { } div#content > div.block h1 { - color: black; font-size: 40px; margin-top: 0px; text-align: left; -- cgit v1.2.1