Skip to content

Commit 3b39f3e

Browse files
author
Nitin Gupta
committed
Move SCSS driver to assets/css; add background tint
1 parent 64da865 commit 3b39f3e

2 files changed

Lines changed: 11 additions & 16 deletions

File tree

assets/css/main.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
---
3+
4+
@import "minimal-mistakes"; // theme — leave at the very top
5+
6+
/* ==== your overrides go BELOW ==== */
7+
html, body { background:#f5f6fa; } /* tint canvas */
8+
.page,
9+
.post,
10+
.archive { background:#ffffff;
11+
box-shadow:0 1px 3px rgba(0,0,0,.06); }

assets/main.scss

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)