@@ -62,6 +62,7 @@ a.bg-primary:hover, a.bg-primary:focus {
6262}
6363
6464.list-group-item-primary {
65+ border-color : # 9b66fd ;
6566 background-color : # f2ebff ;
6667 color : # 824de4 !important ;
6768}
@@ -73,14 +74,15 @@ button.list-group-item-primary {
7374a .list-group-item-primary : hover , a .list-group-item-primary : focus ,
7475button .list-group-item-primary : hover ,
7576button .list-group-item-primary : focus {
77+ border-color : # 9b66fd ;
7678 background-color : # e6dff2 ;
7779 color : # 824de4 ;
7880}
7981a .list-group-item-primary .active ,
8082button .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 ;
8486}
8587
8688.list-group-item .active {
@@ -556,7 +558,7 @@ a:hover {
556558 border-color : rgba (84 , 79 , 90 , 0.0769076471 );
557559}
558560.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>" );
560562}
561563.bg-navbar-theme .navbar-text {
562564 color : # 544f5a ;
0 commit comments