diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 18:00:40 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 18:00:40 +0200 |
commit | e750814386993f7a641c201ff26c431b9849ced5 (patch) | |
tree | 449f57285e01fe893e8ce8698a5e1a063bf50010 /sass | |
parent | b025130e43c86bccc289e5bd1b73488218d4f5e6 (diff) | |
download | guide.deuxfleurs.fr-e750814386993f7a641c201ff26c431b9849ced5.tar.gz guide.deuxfleurs.fr-e750814386993f7a641c201ff26c431b9849ced5.zip |
Fix H2
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_text.scss | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sass/_text.scss b/sass/_text.scss index 4c29604..329017b 100644 --- a/sass/_text.scss +++ b/sass/_text.scss @@ -15,7 +15,16 @@ h1, .title-text { padding-left: 10px; } -h2, .subtitle-text { +h2, .title-text { + font-family: "Fira Sans", sans-serif; + font-size: 25px; + font-weight: 500; + color: var(--secondary-text-color); + border-left: #aaa 8px solid; + padding-left: 10px; +} + +h3, .subtitle-text { font-family: "Fira Sans", sans-serif; font-size: 20px; font-weight: 500; |