diff --git a/site/style.css b/site/style.css new file mode 100644 index 0000000..3cbbe8f --- /dev/null +++ b/site/style.css @@ -0,0 +1,28 @@ +body { + /* font-family: 'Iosevka Web', sans-serif; */ + font-family: sans-serif; + + color: #e1e1e1; + background: #151515; +} + +body a { + color: #3facee; +} + +body a:visited { + color: #a135d3; +} + +code { + color: #eacc2b; +} + +/* @font-face { + font-family: 'Iosevka Web'; + font-display: swap; + font-weight: 500; + font-stretch: normal; + font-style: normal; + src: url('fonts/iosevka-medium.woff2') format('woff2'), url('fonts/iosevka-medium.ttf') format('truetype'); +} */