-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.scss
47 lines (39 loc) · 1005 Bytes
/
styles.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
# Use a comment to ensure Jekyll reads the file to be transformed into CSS later
# only main files contain this front matter, not partials.
---
//
// ___
// /\_ \
// _____ ___ ___\//\ \ __
// /\ '__`\ / __`\ / __`\\ \ \ /'__`\
// \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
// \ \ ,__/\ \____/\ \____//\____\ \____\
// \ \ \/ \/___/ \/___/ \/____/\/____/
// \ \_\
// \/_/
//
// Designed, built, and released under MIT license by @mdo. Learn more at
// https://github.com/poole/poole.
$post-background: #f9f9f9;
$post-border: silver;
$background: #393835;
$angle-length: 3rem;
@import "base";
@import "type";
@import "syntax";
@import "code";
@import "layout";
@import "masthead";
@import "posts";
@import "pagination";
@import "message";
@import "corners";
@charset "utf-8";
//p {color: #F00000}
//p {color: #DEAD69}
//p {color: #00FOOO}
//p {color: #BABABA}
//p {color: #F2F2F5}
//p {color: #1B1B1B}
//p {color: #393835}