File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ header {
23
23
nav ul li : first-child a {border-left : 1px solid # 777 ;}
24
24
nav ul li : last-child a {border-right : 1px solid # 777 ;}
25
25
nav ul li a {/*border: 1px solid rgba(0,0,0,0.8);*/
26
- background : linear-gradient (to bottom right, # e5e5e5 0% , # 5b5b5b 100% );
26
+ background : linear-gradient (to bottom right, # e5e5e5 0% , # 5b5b5b80 100% );
27
27
border-right : 1px solid rgba (0 , 0 , 0 , .3 );
28
28
border-top-right-radius : 8px ;
29
29
padding : .6rem 1rem ;}
30
30
nav ul li a : hover {
31
31
box-shadow : 0 0 12px inset;
32
32
}
33
33
nav ul li .active a {
34
- background : linear-gradient (to bottom, # 5b5b5b 0% , # E2E2E2 100% );
34
+ background : linear-gradient (to bottom, # 5b5b5b4d 0% , # E2E2E2 100% );
35
35
border-top-right-radius : 8px ;
36
36
border-top-left-radius : 8px ;
37
37
You can’t perform that action at this time.
0 commit comments