Skip to content

Commit 2e6d634

Browse files
committed
Change default styles
- Lower H1 default font size - Do not underline links in footer by default
1 parent a343206 commit 2e6d634

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/template-cs-footer.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"--footer-link-hover-text-decoration"
9393
]
9494
*/
95-
--footer-link-text-decoration: underline;
95+
--footer-link-text-decoration: none;
9696
/* VoogStyle
9797
"pathI18n": ["footer", "link", "normal"],
9898
"titleI18n": "text_transform",

components/template-cs-headings.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"unit": "px",
2828
"scope": "global"
2929
*/
30-
--heading-1-font-size: 120px;
30+
--heading-1-font-size: 88px;
3131
/* VoogStyle
3232
"pathI18n": ["headings", "title"],
3333
"titleI18n": "font_size",

sources/components/custom-styles/template-cs-footer.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"--footer-link-hover-text-decoration"
114114
]
115115
*/
116-
#{--footer-link-text-decoration}: underline;
116+
#{--footer-link-text-decoration}: none;
117117

118118
/* VoogStyle
119119
"pathI18n": ["footer", "link", "normal"],

sources/components/custom-styles/template-cs-headings.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"unit": "px",
4444
"scope": "global"
4545
*/
46-
#{--heading-1-font-size}: 120px;
46+
#{--heading-1-font-size}: 88px;
4747

4848
/* VoogStyle
4949
"pathI18n": ["headings", "title"],

0 commit comments

Comments
 (0)