Skip to content

Commit

Permalink
Merge pull request #151 from danielzhang2001/DanielsBranch
Browse files Browse the repository at this point in the history
a
  • Loading branch information
danielzhang2001 authored Apr 19, 2024
2 parents 132aec4 + dc02f44 commit b34f91b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
background: linear-gradient(to right, navy, #005085);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-top: none;
border-left: 4px solid rgb(8, 42, 136);
border-right: 4px solid rgb(8, 42, 136);
border-bottom: 4px solid rgb(8, 42, 136);
border-left: 4px solid rgb(0, 95, 107);
border-right: 4px solid rgb(0, 95, 107);
border-bottom: 4px solid rgb(0, 95, 107);
border-radius: 0 0 20px 20px;
z-index: 1000;
}

.menu a {
padding: 0 5px;
border-right: 4px solid rgb(8, 42, 136);
border-right: 4px solid rgb(0, 95, 107);
color: white;
text-decoration: none;
text-align: center;
Expand Down

0 comments on commit b34f91b

Please sign in to comment.