@@ -15,6 +15,10 @@ footer {
15
15
border-top : 1px solid # 373b41 ;
16
16
}
17
17
18
+ footer .container .fa {
19
+ color : # 81a2be ;
20
+ }
21
+
18
22
a {
19
23
color : # 81a2be ;
20
24
}
@@ -24,6 +28,10 @@ a:hover {
24
28
opacity : 0.6 ;
25
29
}
26
30
31
+ hr {
32
+ background-color : # e0e0e0 !important ;
33
+ }
34
+
27
35
/* Navigation */
28
36
29
37
.following .bar .light {
@@ -229,3 +237,94 @@ a:hover {
229
237
color : # e0e0e0 ;
230
238
opacity : 0.6 ;
231
239
}
240
+
241
+ .ui .breadcrumb .divider {
242
+ color : # e0e0e0 ;
243
+ }
244
+
245
+ .ui .table thead th {
246
+ color : # 1d1f21 ;
247
+ }
248
+
249
+ .three .wide .text .grey .right .age .time-since .poping .up {
250
+ color : # 1d1f21 ;
251
+ }
252
+
253
+ .ui .attached .header {
254
+ background : # e0e0e0 ;
255
+ }
256
+
257
+ .ui .top .attached .header {
258
+ background : # e0e0e0 ;
259
+ color : # 282a2e ;
260
+ }
261
+
262
+ .ui .attached .table {
263
+ border : transparent;
264
+ }
265
+
266
+ .markdown : not (code ) .highlight pre , .markdown : not (code ) pre {
267
+ background-color : # 1d1f21 ;
268
+ }
269
+
270
+ .hljs {
271
+ color : # e0e0e0 !important ;
272
+ }
273
+
274
+ .hljs-built_in , .hljs-builtin-name {
275
+ color : # 81a2be !important ;
276
+ }
277
+
278
+ .hljs-comment , .hljs-quote {
279
+ color : # 969896 !important ;
280
+ opacity : 0.7 ;
281
+ }
282
+
283
+ .markdown : not (code ) h1 ,
284
+ .markdown : not (code ) h2 ,
285
+ .markdown : not (code ) h3 ,
286
+ .markdown : not (code ) h4 ,
287
+ .markdown : not (code ) h5 ,
288
+ .markdown : not (code ) h6 {
289
+ border-bottom : 1px solid rgba (224 , 224 , 224 , 0.6 );
290
+ }
291
+
292
+ /* Issues */
293
+
294
+ .ui .basic .green .active .button , .ui .basic .green .buttons .active .button {
295
+ box-shadow : 0 0 0 1px # b5bd68 inset !important ;
296
+ color : # b5bd68 !important ;
297
+ }
298
+
299
+ .ui .basic .button : hover , .ui .basic .buttons .button : hover {
300
+ background : # 282a2e !important ;
301
+ color : # e0e0e0 !important ;
302
+ }
303
+
304
+ .ui .basic .red .active .button , .ui .basic .red .buttons .active .button {
305
+ box-shadow : 0 0 0 1px # cc6666 inset !important ;
306
+ color : # cc6666 !important ;
307
+ }
308
+
309
+ .ui .compact .small .menu {
310
+ background : # 282a2e !important ;
311
+ }
312
+
313
+ .issue .list > .item .title {
314
+ color : # e0e0e0 ;
315
+ }
316
+
317
+ .ui .black .label , .ui .black .labels .label {
318
+ color : # e0e0e0 ;
319
+ background-color : # 282a2e !important ;
320
+ }
321
+
322
+ .issue .list > .item .desc {
323
+ color : # e0e0e0 ;
324
+ opacity : 0.6 ;
325
+ }
326
+
327
+ .issue .list > .item .title : hover {
328
+ color : # e0e0e0 ;
329
+ opacity : 0.6 ;
330
+ }
0 commit comments