Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ghkhuu committed Apr 1, 2024
1 parent 395e358 commit dc2696f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,7 @@ input, select, textarea {
-ms-justify-content: space-between;
justify-content: space-between;
background: #0563c1;
color: #d2f2e9;
color: #c7dcf1;
height: 100%;
overflow-y: auto;
position: fixed;
Expand All @@ -2724,7 +2724,7 @@ input, select, textarea {
}

#header a {
color: #d2f2e9;
color: #c7dcf1;
}

#header a:hover {
Expand All @@ -2751,7 +2751,7 @@ input, select, textarea {
}

#header > header p {
color: #d2f2e9;
color: #c7dcf1;
font-style: italic;
margin: 1em 0 0 0;
}
Expand Down Expand Up @@ -2789,7 +2789,7 @@ input, select, textarea {
}

#header > nav ul li {
border-top: solid 2px #5ccfb1;
border-top: solid 2px #c7dcf1;
display: block;
padding: 0;
}
Expand Down

0 comments on commit dc2696f

Please sign in to comment.