1
1
::-webkit-scrollbar {
2
- width : 10px ;
3
- background : white;
2
+ width : 10px ;
3
+ background : white;
4
4
}
5
5
6
6
::-webkit-scrollbar-thumb {
7
- background-color : # AAA ;
8
- border : 2px solid white;
9
- border-radius : 5px ;
7
+ background-color : # aaa ;
8
+ border : 2px solid white;
9
+ border-radius : 5px ;
10
10
}
11
11
12
- [v-cloak ] { display : none }
12
+ [v-cloak ] {
13
+ display : none;
14
+ }
13
15
14
16
* {
15
- font-family : "Segoe UI" , -apple-system, ".SFNSText-Regular" , "San Francisco" , "Helvetica Neue" , "Lucida Grande" , Arial, sans-serif;
17
+ font-family : "Segoe UI" , -apple-system, ".SFNSText-Regular" , "San Francisco" ,
18
+ "Helvetica Neue" , "Lucida Grande" , Arial, sans-serif;
16
19
}
17
20
18
21
html {
@@ -94,7 +97,7 @@ ul.example-list > li > .header > .difficulty {
94
97
# featured > .issue ,
95
98
ul .example-list > li > .header > .issue {
96
99
position : absolute;
97
- right : 14px ;
100
+ right : 14px ;
98
101
top : 12px ;
99
102
padding : 1px 14px ;
100
103
color : white;
@@ -118,7 +121,7 @@ ul.example-list > li > .header > .issue.color {
118
121
119
122
# featured > .issue : before ,
120
123
ul .example-list > li > .header > .issue : before {
121
- content : "REPORT ISSUES"
124
+ content : "REPORT ISSUES" ;
122
125
}
123
126
124
127
# featured > .difficulty .easy ,
@@ -138,17 +141,17 @@ ul.example-list > li > .header > .difficulty.hard {
138
141
139
142
# featured > .difficulty .easy : before ,
140
143
ul .example-list > li > .header > .difficulty .easy : before {
141
- content : "EASY"
144
+ content : "EASY" ;
142
145
}
143
146
144
147
# featured > .difficulty .medium : before ,
145
148
ul .example-list > li > .header > .difficulty .medium : before {
146
- content : "MEDIUM"
149
+ content : "MEDIUM" ;
147
150
}
148
151
149
152
# featured > .difficulty .hard : before ,
150
153
ul .example-list > li > .header > .difficulty .hard : before {
151
- content : "HARD"
154
+ content : "HARD" ;
152
155
}
153
156
154
157
ul .example-list > li > .header > img {
@@ -186,15 +189,15 @@ ul.example-list > li > .body > .services > img {
186
189
margin-right : 12px ;
187
190
}
188
191
189
- # featured > .body > .buttons > button ,
192
+ # featured > .body > .buttons > button ,
190
193
ul .example-list > li > .body > .buttons > button {
191
194
padding : 8px 15px ;
192
195
cursor : pointer;
193
196
outline : none;
194
197
font-size : 15px ;
195
198
}
196
199
197
- # featured > .body > .buttons > button {
200
+ # featured > .body > .buttons > button {
198
201
background : # 069 ;
199
202
color : white;
200
203
border : 1px solid # 069 ;
@@ -210,7 +213,7 @@ ul.example-list > li > .body > .buttons > button {
210
213
border : 1px solid # 069 ;
211
214
}
212
215
213
- # featured > .body > .buttons > button : hover {
216
+ # featured > .body > .buttons > button : hover {
214
217
background : # 66a3c2 ;
215
218
color : white;
216
219
border : 1px solid # 66a3c2 ;
@@ -377,7 +380,7 @@ ul.example-list > li:hover > .header > img,
377
380
left : 0 ;
378
381
width : 100% ;
379
382
height : 100% ;
380
- padding : 100px 20px 20px 20px ;
383
+ padding : 100px 20px 20px 20px ;
381
384
text-align : left;
382
385
z-index : 10 ;
383
386
color : white;
@@ -437,13 +440,14 @@ ul.example-list > li:hover > .header > img,
437
440
}
438
441
439
442
.elist-item {
440
- transition : all .5s cubic-bezier (0.4 , 0 , 0.2 , 1 );
443
+ transition : all 0 .5s cubic-bezier (0.4 , 0 , 0.2 , 1 );
441
444
display : flex;
442
445
flex-flow : column;
443
446
flex : 0 0 320px ;
444
447
}
445
448
446
- .elist-enter , .elist-leave-to {
449
+ .elist-enter ,
450
+ .elist-leave-to {
447
451
opacity : 0 ;
448
452
transform : translateX (-320px );
449
453
}
@@ -517,124 +521,137 @@ ul.example-list > li:hover > .header > img,
517
521
}
518
522
}
519
523
520
- /* Dark Theme */
521
- .vscode-dark input {
524
+ /* Dark and high contrast Theme */
525
+ .vscode-dark input ,
526
+ .vscode-high-contrast input ,
527
+ input {
522
528
color : white;
523
529
}
524
530
525
- .vscode-dark h2 {
531
+ .vscode-dark h2 . vscode-high-contrast h2 {
526
532
color : # 999999 ;
527
533
}
528
534
529
- .vscode-dark aside h1 {
530
- color : # D4D4D4 ;
535
+ .vscode-dark aside h1 ,
536
+ .vscode-high-contrast aside h1 {
537
+ color : # d4d4d4 ;
531
538
}
532
539
533
- .vscode-dark aside {
540
+ .vscode-dark aside ,
541
+ .vscode-high-contrast aside {
534
542
color : # 999999 ;
535
543
}
536
544
537
- .vscode-dark .v-select .dropdown-toggle {
545
+ .vscode-dark .v-select .dropdown-toggle ,
546
+ .vscode-high-contrast .v-select .dropdown-toggle {
538
547
border : 1px solid # 999999 ;
539
548
}
540
549
541
- .vscode-dark input ::placeholder {
542
- color : # 999999 ;
550
+ .vscode-dark input ::placeholder ,
551
+ .vscode-high-contrast input ::placeholder {
552
+ color : # 999999 ;
543
553
}
544
554
545
- .vscode-dark .v-select .selected-tag {
555
+ .vscode-dark .v-select .selected-tag ,
556
+ .vscode-high-contrast .v-select .selected-tag {
546
557
color : white;
547
558
}
548
559
549
- .vscode-dark .v-select .dropdown-toggle .clear {
550
- color : # 999999 ;
560
+ .vscode-dark .v-select .dropdown-toggle .clear ,
561
+ .vscode-high-contrast .v-select .dropdown-toggle .clear {
562
+ color : # 999999 ;
551
563
}
552
564
553
- .vscode-dark .v-select .dropdown-menu {
565
+ .vscode-dark .v-select .dropdown-menu ,
566
+ .vscode-high-contrast .v-select .dropdown-menu {
554
567
background-color : # 333333 ;
555
568
}
556
569
557
- .vscode-dark .v-select .dropdown-menu .active > a {
570
+ .vscode-dark .v-select .dropdown-menu .active > a ,
571
+ .vscode-high-contrast .v-select .dropdown-menu .active > a {
558
572
color : white;
559
573
background-color : # 636363 ;
560
574
}
561
575
562
- .vscode-dark .v-select li > a {
563
- color : # 999999 ;
564
- }
565
-
566
- .vscode-dark ::-webkit-scrollbar {
567
- background : # 999999 ;
576
+ .vscode-dark .v-select li > a ,
577
+ .vscode-high-contrast .v-select li > a {
578
+ color : # 999999 ;
568
579
}
569
580
570
- .vscode-dark .v-select .open-indicator : before
571
- {
572
- border-color : # 999999 ;
581
+ .vscode-dark .v-select .open-indicator : before ,
582
+ . vscode-high-contrast . v-select . open-indicator : before {
583
+ border-color : # 999999 ;
573
584
}
574
585
575
- .vscode-dark ul .example-list > li > .body > h2 {
576
- color : # d4d4d4
586
+ .vscode-dark ul .example-list > li > .body > h2 ,
587
+ .vscode-high-contrast ul .example-list > li > .body > h2 {
588
+ color : # d4d4d4 ;
577
589
}
578
590
579
- .vscode-dark ul .example-list > li > .body > .buttons > button {
580
- background : # 069 ;
591
+ .vscode-dark ul .example-list > li > .body > .buttons > button ,
592
+ .vscode-high-contrast ul .example-list > li > .body > .buttons > button {
593
+ background : # 069 ;
581
594
color : white;
582
- border : 1px solid # 069 ;
595
+ border : 1px solid # 069 ;
583
596
}
584
597
585
- .vscode-dark ul .example-list > li > .body > .buttons > button : hover {
598
+ .vscode-dark ul .example-list > li > .body > .buttons > button : hover ,
599
+ .vscode-high-contrast ul .example-list > li > .body > .buttons > button : hover {
586
600
background : white;
587
601
color : # 069 ;
588
602
border : 1px solid # 069 ;
589
603
}
590
604
591
- .vscode-dark .github : before {
605
+ .vscode-dark .github : before ,
606
+ .vscode-high-contrast .github : before {
592
607
content : url (images/github.dark.svg);
593
608
}
594
609
595
- .vscode-dark .feed : before {
610
+ .vscode-dark .feed : before ,
611
+ .vscode-high-contrast .feed : before {
596
612
content : url (images/feed.dark.svg);
597
613
}
598
614
599
- .vscode-dark .tutorial {
600
- color : # 22a7ff ;
615
+ .vscode-dark .tutorial ,
616
+ .vscode-high-contrast .tutorial {
617
+ color : # 22a7ff ;
601
618
}
602
619
603
- .vscode-dark ul .example-list > li > .body > .description {
620
+ .vscode-dark ul .example-list > li > .body > .description ,
621
+ .vscode-high-contrast ul .example-list > li > .body > .description {
604
622
color : # 999999 ;
605
623
}
606
624
607
625
.vscode-dark .link : hover {
608
626
color : # 22a7ff ;
609
627
}
610
628
611
- .vscode-dark .quick-links > ul .links > li : hover {
629
+ .vscode-dark .quick-links > ul .links > li : hover ,
630
+ .vscode-high-contrast .quick-links > ul .links > li : hover {
612
631
text-decoration : underline;
613
632
color : # 22a7ff ;
614
633
}
615
634
616
- .vscode-dark ul .example-list > li {
635
+ .vscode-dark ul .example-list > li ,
636
+ .vscode-high-contrast ul .example-list > li {
617
637
box-shadow : 0px 1px 3px 0 rgba (255 , 255 , 255 , 0.15 );
618
638
}
619
639
620
640
.vscode-dark ul .example-list > li : hover {
621
641
box-shadow : 0px 1px 3px 0 rgba (255 , 255 , 255 , 0.3 );
622
642
}
623
643
624
- .vscode-dark ::-webkit-scrollbar-track
625
- {
626
- border-radius : 0 ;
627
- background-color : rgb (30 , 30 , 30 );
644
+ ::-webkit-scrollbar {
645
+ background : rgba (0 , 0 , 0 , 0.1 );
628
646
}
629
647
630
- .vscode-dark ::-webkit-scrollbar-thumb
631
- {
632
- border : 0 ;
648
+ .vscode-high-contrast ::-webkit-scrollbar-thumb ,
649
+ . vscode-dark :: -webkit-scrollbar-thumb {
650
+ border : 0 ;
633
651
background-color : rgb (66 , 66 , 66 );
634
- border-radius : 0 ;
652
+ border-radius : 0 ;
635
653
}
636
654
637
- .vscode-dark ::-webkit-scrollbar-corner
638
- {
639
- background : rgb (30 , 30 , 30 );
640
- }
655
+ .vscode-dark ::-webkit-scrollbar-corner {
656
+ background : rgba (0 , 0 , 0 , 0.01 );
657
+ }
0 commit comments