[gi-docgen/issue-116] template: Add more contrast to the dimmed text class
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gi-docgen/issue-116] template: Add more contrast to the dimmed text class
- Date: Mon, 15 Nov 2021 13:58:24 +0000 (UTC)
commit 4865871333f7703159352fefcf9ac06e092dc745
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Nov 15 13:57:20 2021 +0000
template: Add more contrast to the dimmed text class
We use the dimmed text for a bunch of text, so it should have better
contrast to increase readability.
Fixes: #116
gidocgen/templates/basic/style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gidocgen/templates/basic/style.css b/gidocgen/templates/basic/style.css
index 889bbe8..4a92097 100644
--- a/gidocgen/templates/basic/style.css
+++ b/gidocgen/templates/basic/style.css
@@ -15,8 +15,8 @@
:root {
/* colors */
- --text-color: #333;
- --text-color-muted: #999;
+ --text-color: rgb(51, 51, 51);
+ --text-color-muted: rgba(51, 51, 51, 0.65);
--primary: rgb(28, 118, 228);
--body-bg: #fff;
--sidebar-primary: rgb(144, 194, 255);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]