This commit is contained in:
Garry Ing
2021-05-21 11:22:30 -04:00
parent a08ebdaecb
commit c24f8cc322
3 changed files with 7 additions and 11 deletions

View File

@ -33,10 +33,6 @@
font-family: "Anthony", sans-serif;
}
.violet-sans {
font-family: "Violet Sans", sans-serif;
}
.work-sans-light {
font-family: "Work Sans Light", sans-serif;
}

View File

@ -7,21 +7,21 @@
}
.bg-foreground-text {
background-color:var(--foreground-text);
background-color: var(--foreground-text);
}
.b--foreground-text {
border-color:var(--foreground-text);
border-color: var(--foreground-text);
}
.foreground-text {
color:var(--foreground-text);
color: var(--foreground-text);
}
.bg-background {
background-color:var(--background);
background-color: var(--background);
}
.b--background {
border-color:var(--background);
border-color: var(--background);
}