Skip to content

Commit

Permalink
Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
kitswas committed Jul 31, 2024
1 parent 7efb353 commit b10ce3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}

header .btn {
color: rgba(black, 0.8);
color: rgba(white, 0.8);
font-weight: bold;
border-color: rgba(white, 0.6);
background-image: linear-gradient(
300deg,
Expand All @@ -31,5 +32,6 @@ header .btn {
}

header .btn:hover{
color: rgba(white, 1.0);
box-shadow: 0px 0px 8px whitesmoke;
}

0 comments on commit b10ce3e

Please sign in to comment.