commit | 69adcb870cf4b59180cd0b487468c9aa2acdc517 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Wed Nov 03 21:29:03 2021 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Wed Nov 03 21:29:03 2021 +0000 |
tree | c0417b15693128101a6fb1b2787f67d36e10fda0 | |
parent | a0e4b9be48e22c7dbbfb7430887b17b3cd206f6d [diff] [blame] |
theme beginnings
diff --git a/styles/sectionheading.module.css b/styles/sectionheading.module.css index b657ff0..5b469af 100644 --- a/styles/sectionheading.module.css +++ b/styles/sectionheading.module.css
@@ -1,7 +1,7 @@ .title { width: 100%; font-size: max(2em, 4vw); - color: var(--card-text-color); + color: var(--theme-ui-colors-text); font-weight: lighter; text-align: center; word-break: break-all;