Skip to content

Commit

Permalink
Make buttons darker and more sqircle-ey
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Oct 6, 2023
1 parent a6f21a5 commit 7af696c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
.td-navbar .navbar-brand__name {
display: none;
}

.btn-success {
background: #3176d9;
background-color: #3176d9;
border-color: #3176d9;
}

.btn {
border-radius: 10px;
}

0 comments on commit 7af696c

Please sign in to comment.