File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ nav h1 {
90
90
article {
91
91
padding-bottom : 20px ;
92
92
border-bottom : 4px dotted # 8696a5 ;
93
+ }
94
+
95
+ article section {
93
96
position : relative;
94
97
}
95
98
@@ -126,7 +129,7 @@ pre {
126
129
padding : 8px 0 12px 20px ;
127
130
border-left : 4px solid # 566D82 ;
128
131
margin-bottom : 20px ;
129
- background : # 092136 ;
132
+ background : # 0F192A ;
130
133
}
131
134
132
135
article pre code {
@@ -135,7 +138,7 @@ article pre code {
135
138
padding : 0px ;
136
139
margin-top : 3px ;
137
140
margin-bottom : 1px ;
138
- background : # 092136 ;
141
+ background : # 0F192A ;
139
142
}
140
143
141
144
article code {
@@ -163,22 +166,20 @@ h3 {
163
166
}
164
167
165
168
h2 code , h3 code {
166
- font-size : 0.95em ;
167
169
font-variant : normal;
168
170
}
169
171
170
172
aside {
171
173
border-bottom : 1px solid # 9eabb7 ;
172
174
padding-bottom : 10px ;
173
- margin-bottom : 25px ;
174
175
position : absolute;
175
176
width : 180px ;
176
177
right : -190px ;
177
- opacity : 0.8 ;
178
+ opacity : 0.7 ;
178
179
}
179
180
180
181
aside : last-child {
181
- bottom : 20 px ;
182
+ bottom : 0 ;
182
183
}
183
184
184
185
aside p {
@@ -241,3 +242,17 @@ abbr {
241
242
a abbr {
242
243
cursor : pointer;
243
244
}
245
+
246
+ /* Syntax Highlighting */
247
+
248
+ .str { color : # 1DC116 ; }
249
+ .kwd { color : # E83737 ; }
250
+ .com { color : # 428BDD ; }
251
+ .typ { color : # FFAA3E ; }
252
+ .lit { color : # D1EDFF ; }
253
+ .pun { color : # D1EDFF ; }
254
+ .tag { color : # 008 ; }
255
+ .atn { color : # 606 ; }
256
+ .atv { color : # 080 ; }
257
+ .dec { color : # 606 ; }
258
+ .pln { color : # FFAA3E ; }
You can’t perform that action at this time.
0 commit comments