@@ -62,6 +62,7 @@ a.bg-primary:hover, a.bg-primary:focus {
62
62
}
63
63
64
64
.list-group-item-primary {
65
+ border-color : # 9b66fd ;
65
66
background-color : # f2ebff ;
66
67
color : # 824de4 !important ;
67
68
}
@@ -73,14 +74,15 @@ button.list-group-item-primary {
73
74
a .list-group-item-primary : hover , a .list-group-item-primary : focus ,
74
75
button .list-group-item-primary : hover ,
75
76
button .list-group-item-primary : focus {
77
+ border-color : # 9b66fd ;
76
78
background-color : # e6dff2 ;
77
79
color : # 824de4 ;
78
80
}
79
81
a .list-group-item-primary .active ,
80
82
button .list-group-item-primary .active {
81
- border-color : # 9055fd ;
82
- background-color : # 9055fd ;
83
- color : # 824de4 ;
83
+ border-color : # 9055fd !important ;
84
+ background-color : # 9055fd !important ;
85
+ color : # fff !important ;
84
86
}
85
87
86
88
.list-group-item .active {
@@ -556,7 +558,7 @@ a:hover {
556
558
border-color : rgba (84 , 79 , 90 , 0.0769076471 );
557
559
}
558
560
.bg-navbar-theme .navbar-toggler-icon {
559
- background-image : url ("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(58, 53, 65 , 0.5 )' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>" );
561
+ background-image : url ("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(137, 134, 141 , 0.75 )' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>" );
560
562
}
561
563
.bg-navbar-theme .navbar-text {
562
564
color : # 544f5a ;
0 commit comments