Skip to content

Commit b2b20dc

Browse files
authored
Update large.css
1 parent 62cc515 commit b2b20dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/large.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ header {
2323
nav ul li:first-child a {border-left: 1px solid #777;}
2424
nav ul li:last-child a {border-right: 1px solid #777;}
2525
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%);
2727
border-right: 1px solid rgba(0,0,0,.3);
2828
border-top-right-radius: 8px;
2929
padding: .6rem 1rem;}
3030
nav ul li a:hover {
3131
box-shadow: 0 0 12px inset;
3232
}
3333
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%);
3535
border-top-right-radius: 8px;
3636
border-top-left-radius: 8px;
3737

0 commit comments

Comments
 (0)