mirror of
https://github.com/minoplhy/crappy-jekyll.git
synced 2024-11-11 04:26:46 +00:00
14 lines
309 B
SCSS
14 lines
309 B
SCSS
---
|
|
# This tells Jekyll to compile this page
|
|
---
|
|
|
|
@charset "utf-8";
|
|
|
|
// Override some variables on the home page
|
|
:root {
|
|
--content-width: 1180px;
|
|
}
|
|
|
|
.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)} |