Keep working on homepage

This commit is contained in:
Matthew Holt 2023-09-25 12:29:34 -06:00 committed by Francis Lavoie
parent ea2061dc0f
commit 6e25e6ca10
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
6 changed files with 296 additions and 44 deletions

View file

@ -1,7 +1,7 @@
:root,
.light {
--body-bg: white;
--text-color: #222;
--text-color: #2c2c2c;
--text-color-muted: #7087a0;
--header-bg: rgba(118, 179, 194, 0.11);
--header-border-color: #ebf0f2;
@ -98,8 +98,8 @@
body {
font-family: Inter, Figtree, Gantari, 'Albert Sans', Inter, system-ui;
font-size: 18px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; */
tab-size: 4;
background-color: var(--body-bg);
color: var(--text-color);