Terra Cotta Home Page, Quill Updates

This commit is contained in:
metacryst
2025-11-18 03:25:45 -06:00
parent 6d2da88f23
commit ff28d68988
9 changed files with 267 additions and 366 deletions

View File

@@ -3,6 +3,7 @@
--accent: var(--darkbrown);
--tan: #FFDFB4;
--gold: #F2B36F;
--purple: #251D44;
--green: #0B5538;
--red: #BC1C02;
@@ -17,7 +18,7 @@
@media (prefers-color-scheme: dark) {
:root {
--main: #251D44;
--accent: #AF7323;
--accent: var(--gold);
--accent2: var(--periwinkle);
}
}
@@ -30,21 +31,21 @@
}
@font-face {
font-family: 'BonaNova';
font-family: 'Bona Nova';
src: url('/_/fonts/BonaNova/BonaNova-Regular.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BonaNova';
font-family: 'Bona Nova';
src: url('/_/fonts/BonaNova/BonaNova-Bold.woff') format('truetype');
font-weight: bold;
font-style: normal;
}
body {
font-family: 'BonaNova', sans-serif;
font-family: 'Bona Nova', sans-serif;
font-size: 16px;
background-color: var(--main);
color: var(--accent);