forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
classes.sass
140 lines (129 loc) · 2.09 KB
/
classes.sass
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
.title
font-size: 1.25em
.more
margin: 2em 0 1em
.more a
border-radius: 2px
border: 1.5px solid $link-color
padding: .4em .8em
transition: .2s background, .2s color
.more a:hover
color: #fff
background: $link-color
text-decoration: inherit
.archive
font-size: 1.1em
.archive time
display: inline-block
min-width: 10ch
min-height: 1.75em
margin: 0 .2em
.icon
height: 1em
width: 1em
fill: currentColor
transition: .2s color
vertical-align: middle
margin-bottom: .15em
a:hover .icon
color: reduce(100)
.full table
display: table
width: 100%
.katex
overflow-x: auto
overflow-y: hidden
.rouge-table
&, th, td, tr, pre
font-size: inherit
background: inherit !important
box-shadow: none
width: initial
margin: 0
padding: 0
.gl pre
margin: 0 1.5em 0 .25em
opacity: .5
.highlight // https://github.com/richleland/pygments-css/blob/master/monokai.css <http://unlicense.org>
pre
background: rgba(lighten($dark, 6%), 0.9)
color: white
.c
color: #a29f90
.err
color: #960050
background-color: #1e0010
.k
color: #66d9ef
.l
color: #ae81ff
.n
color: #f8f8f2
.o
color: #f92672
.p
color: #f8f8f2
.cm, .cp, .c1, .cs
color: #75715e
.ge
font-style: italic
.gs
font-weight: bold
.kc, .kd
color: #66d9ef
.kn
color: #f92672
.kp, .kr, .kt
color: #66d9ef
.ld
color: #e6db74
.m
color: #ae81ff
.s
color: #e6db74
.na
color: #a6e22e
.nb
color: #f8f8f2
.nc
color: #a6e22e
.no
color: #66d9ef
.nd
color: #a6e22e
.ni
color: #f8f8f2
.ne, .nf
color: #a6e22e
.nl, .nn
color: #f8f8f2
.nx
color: #a6e22e
.py
color: #f8f8f2
.nt
color: #f92672
.nv
color: #f8f8f2
.ow
color: #f92672
.w
color: #f8f8f2
.mf, .mh, .mi, .mo
color: #ae81ff
.sb, .sc, .sd, .s2
color: #e6db74
.se
color: #ae81ff
.sh, .si, .sx, .sr, .s1, .ss
color: #e6db74
.bp, .vc, .vg, .vi
color: #f8f8f2
.il
color: #ae81ff
.gu
color: #75715e
.gd
color: #f92672
.gi
color: #a6e22e