From 80a3cb975630465aab400fb866ca0a1206e8a4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 29 Sep 2021 00:24:54 +0200 Subject: [PATCH] theme: equal rights for h6 #92 --- exampleSite/content/basics/customization/_index.en.md | 4 ++-- static/css/theme-blue.css | 4 ++-- static/css/theme-green.css | 4 ++-- static/css/theme-red.css | 4 ++-- static/css/theme-relearn.css | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/exampleSite/content/basics/customization/_index.en.md b/exampleSite/content/basics/customization/_index.en.md index 24d25df7b6..50f57783b3 100644 --- a/exampleSite/content/basics/customization/_index.en.md +++ b/exampleSite/content/basics/customization/_index.en.md @@ -94,7 +94,7 @@ First, create a new CSS file in your local `static/css` folder prefixed by `them ```css :root { --MAIN-TEXT-color:#323232; /* Color of text by default */ - --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */ + --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5-h6 */ --MAIN-LINK-color:#1C90F3; /* Color of links */ --MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */ --MAIN-ANCHOR-color: #1C90F3; /* color of anchors on titles */ @@ -129,7 +129,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ box-shadow: none; } -h2, h3, h4, h5 { +h2, h3, h4, h5, h6 { color: var(--MAIN-TITLES-TEXT-color) !important; } diff --git a/static/css/theme-blue.css b/static/css/theme-blue.css index c7daa88bc4..5a71ed7a87 100644 --- a/static/css/theme-blue.css +++ b/static/css/theme-blue.css @@ -1,6 +1,6 @@ :root { --MAIN-TEXT-color:#323232; /* Color of text by default */ - --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */ + --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5-h6 */ --MAIN-LINK-color:#1C90F3; /* Color of links */ --MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */ --MAIN-ANCHOR-color: #1C90F3; /* color of anchors on titles */ @@ -35,7 +35,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ box-shadow: none; } -h2, h3, h4, h5 { +h2, h3, h4, h5, h6 { color: var(--MAIN-TITLES-TEXT-color) !important; } diff --git a/static/css/theme-green.css b/static/css/theme-green.css index d0d9d0aa4f..4a9a65787b 100644 --- a/static/css/theme-green.css +++ b/static/css/theme-green.css @@ -1,6 +1,6 @@ :root { --MAIN-TEXT-color:#323232; /* Color of text by default */ - --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */ + --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5-h6 */ --MAIN-LINK-color:#599a3e; /* Color of links */ --MAIN-LINK-HOVER-color:#3f6d2c; /* Color of hovered links */ --MAIN-ANCHOR-color: #599a3e; /* color of anchors on titles */ @@ -35,7 +35,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ box-shadow: none; } -h2, h3, h4, h5 { +h2, h3, h4, h5, h6 { color: var(--MAIN-TITLES-TEXT-color) !important; } diff --git a/static/css/theme-red.css b/static/css/theme-red.css index a5b93b0e3b..56fcc95666 100644 --- a/static/css/theme-red.css +++ b/static/css/theme-red.css @@ -1,6 +1,6 @@ :root { --MAIN-TEXT-color:#323232; /* Color of text by default */ - --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */ + --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5-h6 */ --MAIN-LINK-color:#f31c1c; /* Color of links */ --MAIN-LINK-HOVER-color:#d01616; /* Color of hovered links */ --MAIN-ANCHOR-color: #f31c1c; /* color of anchors on titles */ @@ -35,7 +35,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ box-shadow: none; } -h2, h3, h4, h5 { +h2, h3, h4, h5, h6 { color: var(--MAIN-TITLES-TEXT-color) !important; } diff --git a/static/css/theme-relearn.css b/static/css/theme-relearn.css index b5b5c7dfd2..c786c1cb65 100644 --- a/static/css/theme-relearn.css +++ b/static/css/theme-relearn.css @@ -1,6 +1,6 @@ :root { --MAIN-TEXT-color:#323232; /* Color of text by default */ - --MAIN-TITLES-TEXT-color: #444753; /* Color of titles h2-h3-h4-h5 */ + --MAIN-TITLES-TEXT-color: #444753; /* Color of titles h2-h3-h4-h5-h6 */ --MAIN-LINK-color:#486ac9; /* Color of links */ --MAIN-LINK-HOVER-color:#0044ff; /* Color of hovered links */ --MAIN-ANCHOR-color: #486ac9; /* color of anchors on titles */ @@ -35,7 +35,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ box-shadow: none; } -h2, h3, h4, h5 { +h2, h3, h4, h5, h6 { color: var(--MAIN-TITLES-TEXT-color) !important; }