Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
walkxcode committed Oct 18, 2021
1 parent 9022479 commit 3c29ced
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ body .layout-vertical .card {
.card {
border-radius: 1rem;
}
body .layout-vertical .column div:last-of-type .card {
border-radius: 1rem;
}

/* Changes Header Opacity */
body #bighead .navbar {
Expand All @@ -107,4 +110,4 @@ body .search-bar input {
body #bighead .navbar a:focus, body #bighead .navbar a:hover {
background-color: rgba(0, 0, 0, 0);
color: var(--link-hover);
}
}

0 comments on commit 3c29ced

Please sign in to comment.