Update custom.css

This commit is contained in:
Walkx 2021-10-18 16:35:50 +02:00 committed by GitHub
parent 90224795cb
commit 3c29ced4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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 {
@ -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);
}
}