Skip to content

Commit

Permalink
Update button CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Nov 28, 2023
1 parent 4fde83a commit 534013c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
@import "{{ site.theme }}";

h1:first-of-type {
display: none;
display: none;
}

.btn {
border: 1px solid black;
background-color: gray;
border: 1px solid black;
background-color: gray;
text-decoration: none;
}

.btn:hover {
text-decoration: none;
}

0 comments on commit 534013c

Please sign in to comment.