Skip to content

Commit

Permalink
Merge pull request #154 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 4cdc233 + 95df1ad commit cd63d7a
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 cd63d7a

Please sign in to comment.