2022-03-30 14:43:49 +00:00
|
|
|
---
|
|
|
|
# This tells Jekyll to compile this page
|
|
|
|
---
|
|
|
|
|
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
// Override some variables on the home page
|
|
|
|
:root {
|
|
|
|
--content-width: 1180px;
|
2022-09-19 15:25:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.home-title-text { font-weight: 600; font-size: 60px; }
|
|
|
|
.home-title-desc { font-weight: 200; font-size: 20px;}
|
|
|
|
.footer-src-desc { color: rgb(202, 244, 111)}
|