Update components to use the new style/color names

This commit is contained in:
Gabe Kangas
2022-07-10 16:42:35 -07:00
parent 9ec1d75d32
commit 255585cd9f
12 changed files with 75 additions and 47 deletions

View File

@@ -7,7 +7,6 @@ body {
font-size: 16px;
line-height: 1.5em;
margin: 0;
padding: 0;
color: var(--theme-text-primary);
background-color: var(--theme-background-primary);
@@ -20,8 +19,8 @@ body {
h5,
h6,
p {
margin: 0.7em 0 0 0;
padding: 0;
color: var(--theme-text-primary);
}
h1,