forked from willianjusten/cards-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_theme-colors.styl
85 lines (80 loc) · 2.44 KB
/
_theme-colors.styl
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
themes = {
post-iot: #D6BA32,
post-energy: #8FCF3C,
post-privacy: #EB7728,
post-mobile: #7D669E,
post-dev: #637a91,
post-misc: #7AAB13
}
for theme, category-color in themes
.{theme}
.title-category
color category-color
.post-content
h1,h2,h3,h4
color category-color
a
color category-color
border-bottom 2px dashed category-color
&:hover
background-color category-color
color #fff
strong
color category-color
p,
li
code
color category-color
blockquote
border-left .313rem solid category-color
.header-post,
.header-site
background-color category-color
h1
text-shadow 3px 3px darken(category-color, 20%)
.bar-header
.logo a
color category-color
.author .email,
.author .github
color category-color
.share a
&:hover svg
fill category-color
body
&.search-overlay
&:after
+below(cut)
background-color category-color
.icon-menu
fill category-color
.box-body
h2
color category-color
.series a
color: #fff
background: category-color
border 1px solid category-color
&:hover
color category-color
background: #fff
.tags a
color category-color
border 1px solid category-color
&:hover
color: #fff
background: category-color
aside
background-color category-color
nav li a:hover
color category-color
.ribbon span
background-color category-color
&:before
border-left 3px solid darken(category-color, 30%)
border-top 3px solid darken(category-color, 30%)
&:after
border-right 3px solid darken(category-color, 30%)
border-top 3px solid darken(category-color, 30%)
footer
background-color category-color