minima-dark/assets/css/home.scss

11 lines
184 B
SCSS
Raw Normal View History

2021-06-09 04:00:07 +00:00
---
# This tells Jekyll to compile this page
---
@charset "utf-8";
// Override some variables on the home page
:root {
--content-width: 1180px;
2021-06-11 05:42:21 +00:00
--highlight-color: $highlight;
2021-06-09 04:00:07 +00:00
}