Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzhang-2001 committed Apr 19, 2024
1 parent 077ae18 commit 95df1ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
position: absolute;
top: 0;
right: 0;
left: 10%;
left: 30%;
width: auto;
height: 40px;
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(0, 32, 102);
border-right: 4px solid rgb(0, 32, 102);
border-bottom: 4px solid rgb(0, 32, 102);
border-left: 4px solid rgb(0, 41, 102);
border-right: 4px solid rgb(0, 41, 102);
border-bottom: 4px solid rgb(0, 41, 102);
border-radius: 0 0 20px 20px;
z-index: 1000;
}

.menu a {
padding: 0 5px;
border-right: 4px solid rgb(0, 32, 102);
border-right: 4px solid rgb(0, 41, 102);
color: white;
text-decoration: none;
text-align: center;
Expand Down

0 comments on commit 95df1ad

Please sign in to comment.