28
28
29
29
* ::selection {
30
30
background : var (--primary-color );
31
- color : var (--invert-font-color )
32
- }
33
-
34
- ::selection {
35
- background : var (--primary-color );
36
- color : var (--invert-font-color )
31
+ color : var (--invert-font-color );
37
32
}
38
33
39
34
body {
44
39
font-family : var (--font-stack );
45
40
word-wrap : break-word;
46
41
background-color : var (--background-color );
47
- background-color : var (--background-color );
48
42
}
49
43
50
44
h1 ,
145
139
position : relative;
146
140
margin-bottom : var (--global-line-height );
147
141
font-weight : 600 ;
148
- font-weight : 600 ;
149
142
}
150
143
151
144
blockquote {
@@ -229,12 +222,10 @@ pre code {
229
222
.terminal-prompt {
230
223
position : relative;
231
224
white-space : nowrap;
232
- white-space : nowrap;
233
225
}
234
226
235
227
.terminal-prompt ::before {
236
228
content : "> " ;
237
- content : "> " ;
238
229
}
239
230
240
231
.terminal-prompt ::after {
@@ -248,17 +239,14 @@ pre code {
248
239
width : 3px ;
249
240
bottom : -2px ;
250
241
position : relative;
251
- position : relative;
252
242
}
253
243
254
244
@keyframes cursor {
255
245
0% {
256
246
opacity : 0 ;
257
- opacity : 0 ;
258
247
}
259
248
50% {
260
249
opacity : 1 ;
261
- opacity : 1 ;
262
250
}
263
251
100% {
264
252
opacity : 0 ;
@@ -268,11 +256,9 @@ pre code {
268
256
@keyframes cursor {
269
257
0% {
270
258
opacity : 0 ;
271
- opacity : 0 ;
272
259
}
273
260
50% {
274
261
opacity : 1 ;
275
- opacity : 1 ;
276
262
}
277
263
100% {
278
264
opacity : 0 ;
@@ -284,12 +270,10 @@ li>ul>li {
284
270
position : relative;
285
271
display : block;
286
272
padding-left : calc (var (--global-space ) * 2 );
287
- padding-left : calc (var (--global-space ) * 2 );
288
273
}
289
274
290
275
nav > ul > li {
291
276
padding-left : 0 ;
292
- padding-left : 0 ;
293
277
}
294
278
295
279
li ::after {
@@ -358,7 +342,6 @@ ul ul {
358
342
flex-grow : 1 ;
359
343
font-size : var (--global-font-size );
360
344
margin-top : 0 ;
361
- margin-top : 0 ;
362
345
}
363
346
364
347
.terminal-menu li {
424
407
margin : calc (var (--global-space ) * 4 ) 0 ;
425
408
border : 0 ;
426
409
border-bottom : 1px dashed var (--secondary-color );
427
- border-bottom : 1px dashed var (--secondary-color );
428
410
}
429
411
430
412
p {
@@ -492,7 +474,6 @@ img {
492
474
display : none;
493
475
visibility : hidden;
494
476
opacity : 0 ;
495
- opacity : 0 ;
496
477
}
497
478
498
479
table {
@@ -591,8 +572,6 @@ input::placeholder,
591
572
textarea ::placeholder {
592
573
color : var (--secondary-color ) !important ;
593
574
opacity : 1 ;
594
- color : var (--secondary-color ) !important ;
595
- opacity : 1 ;
596
575
}
597
576
598
577
textarea {
@@ -615,7 +594,6 @@ textarea:focus {
615
594
616
595
textarea : not (: placeholder-shown ): invalid {
617
596
border-color : var (--error-color );
618
- border-color : var (--error-color );
619
597
}
620
598
621
599
input : -webkit-autofill ,
@@ -634,7 +612,6 @@ select:-webkit-autofill:focus {
634
612
.form-group {
635
613
margin-bottom : var (--global-line-height );
636
614
overflow : auto;
637
- overflow : auto;
638
615
}
639
616
640
617
.btn {
@@ -653,7 +630,6 @@ select:-webkit-autofill:focus {
653
630
user-select : none;
654
631
position : relative;
655
632
z-index : 1 ;
656
- z-index : 1 ;
657
633
}
658
634
659
635
.btn : active {
@@ -671,18 +647,15 @@ select:-webkit-autofill:focus {
671
647
border-color : var (--tertiary-color );
672
648
color : var (--tertiary-color );
673
649
z-index : 2 ;
674
- z-index : 2 ;
675
650
}
676
651
677
652
.btn .btn-ghost : hover {
678
653
background-color : transparent;
679
- background-color : transparent;
680
654
}
681
655
682
656
.btn-block {
683
657
width : 100% ;
684
658
display : flex;
685
- display : flex;
686
659
}
687
660
688
661
.btn-default {
@@ -871,11 +844,11 @@ select:-webkit-autofill:focus {
871
844
}
872
845
873
846
.terminal-media : not (: last-child ) {
874
- margin-bottom : 1.25rem
847
+ margin-bottom : 1.25rem ;
875
848
}
876
849
877
850
.terminal-media-left {
878
- padding-right : var (--global-space )
851
+ padding-right : var (--global-space );
879
852
}
880
853
881
854
.terminal-media-left ,
@@ -975,7 +948,6 @@ figure>figcaption {
975
948
976
949
.hljs-string {
977
950
color : var (--secondary-color );
978
- color : var (--secondary-color );
979
951
}
980
952
981
953
.hljs-deletion ,
@@ -991,7 +963,6 @@ figure>figcaption {
991
963
992
964
.hljs-attr {
993
965
color : var (--primary-color );
994
- color : var (--primary-color );
995
966
}
996
967
997
968
.hljs-symbol ,
0 commit comments