388
388
color : #fff ;
389
389
}
390
390
391
+ .repository .ui.segment.sub-menu .list .item.active {
392
+ background : #404552 ;
393
+ }
394
+
395
+ .ui.segments {
396
+ border-color : #454b5a ;
397
+ }
398
+
391
399
.ui.horizontal.segments > .segment {
392
400
background-color : #383c4a ;
393
401
}
@@ -433,6 +441,15 @@ body {
433
441
background : #87ab63 !important ;
434
442
}
435
443
444
+ ::selection {
445
+ background : #87ab63 !important ;
446
+ color : #fff !important ;
447
+ }
448
+
449
+ ::placeholder {
450
+ color : #7f7f7f !important ;
451
+ }
452
+
436
453
a {
437
454
color : #87ab63 ;
438
455
}
@@ -535,6 +552,7 @@ a:hover {
535
552
border : 1px solid #333640 ;
536
553
}
537
554
555
+ .ui.secondary.menu .active.item ,
538
556
.ui.secondary.menu .dropdown.item :hover ,
539
557
.ui.secondary.menu .link.item :hover ,
540
558
.ui.secondary.menu .active.item :hover ,
@@ -549,6 +567,12 @@ a:hover {
549
567
background : #454b5a ;
550
568
}
551
569
570
+ .ui.link.list .item ,
571
+ .ui.link.list a .item ,
572
+ .ui.link.list .item a :not (.ui ) {
573
+ color : #dbdbdb ;
574
+ }
575
+
552
576
.ui.menu .ui.dropdown .menu > .item {
553
577
color : #9e9e9e !important ;
554
578
}
@@ -622,8 +646,8 @@ footer {
622
646
.ui.label ,
623
647
.ui.label.basic {
624
648
color : #dbdbdb ;
625
- border-color : rgb ( 152 , 152 , 152 ) ;
626
- background-color : #2a2e39 ;
649
+ border-color : #6a737d ;
650
+ background-color : #353945 ;
627
651
}
628
652
629
653
.issue.list > .item .title {
@@ -672,6 +696,7 @@ a.ui.basic.green.label:hover {
672
696
.ui.ui.menu .item.disabled ,
673
697
.ui.ui.menu .item.disabled :hover {
674
698
color : #626773 ;
699
+ opacity : 1 ;
675
700
}
676
701
677
702
.ui.disabled.checkbox label ,
@@ -855,7 +880,7 @@ a.ui.basic.green.label:hover {
855
880
.ui.basic.button ,
856
881
.ui.basic.buttons .button {
857
882
color : #9e9e9e ;
858
- background : rgba (0 , 0 , 0 , .08 );
883
+ background : rgba (0 , 0 , 0 , .06 );
859
884
box-shadow : none ;
860
885
}
861
886
@@ -915,8 +940,8 @@ a.ui.basic.green.label:hover {
915
940
}
916
941
917
942
.ui.table tbody tr {
918
- border-color : #333640 ;
919
- background : #2a2e3a ;
943
+ border-color : #404552 ;
944
+ background : #353945 ;
920
945
}
921
946
922
947
.ui .text.grey {
@@ -1245,6 +1270,11 @@ td.blob-hunk {
1245
1270
color : #dbdbdb !important ;
1246
1271
}
1247
1272
1273
+ .repository .filter.menu.labels .label-filter .menu .info ,
1274
+ .repository .filter.menu.labels .label-filter .menu .info code {
1275
+ border-color : #4e5361 ;
1276
+ }
1277
+
1248
1278
.ui.card ,
1249
1279
.ui.cards > .card {
1250
1280
background : #353945 ;
@@ -1719,6 +1749,7 @@ a.ui.labels .label:hover {
1719
1749
border-color : #634343 !important ;
1720
1750
}
1721
1751
1752
+ .repository .labelspage .item ,
1722
1753
.organization.settings .labelspage .item ,
1723
1754
.organization.teams .repositories .item :not (:last-child ),
1724
1755
.organization.teams .members .item :not (:last-child ),
@@ -1727,8 +1758,14 @@ a.ui.labels .label:hover {
1727
1758
border-bottom-color : #404552 ;
1728
1759
}
1729
1760
1761
+ .repository .labelspage .item a ,
1762
+ .organization.settings .labelspage .item a {
1763
+ color : #6a737d ;
1764
+ }
1765
+
1766
+ .repository .labelspage .item a :hover ,
1730
1767
.organization.settings .labelspage .item a :hover {
1731
- color : #fff ;
1768
+ color : #9e9e9e ;
1732
1769
}
1733
1770
1734
1771
.ui.blue.button :active ,
@@ -1766,6 +1803,11 @@ a.ui.labels .label:hover {
1766
1803
background : #383c4a ;
1767
1804
}
1768
1805
1806
+ .minicolors-panel {
1807
+ background : #404552 !important ;
1808
+ border-color : #6a737d !important ;
1809
+ }
1810
+
1769
1811
.editor-toolbar {
1770
1812
background-color : #404552 ;
1771
1813
border-color : #4b505f ;
0 commit comments