theme: equal rights for h6 #92

This commit is contained in:
Sören Weber 2021-09-29 00:24:54 +02:00
parent 3e3a3d164f
commit 80a3cb9756
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
5 changed files with 10 additions and 10 deletions

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}