Update custom.css
This commit is contained in:
parent
90224795cb
commit
3c29ced4fd
|
|
@ -94,6 +94,9 @@ body .layout-vertical .card {
|
||||||
.card {
|
.card {
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
body .layout-vertical .column div:last-of-type .card {
|
||||||
|
border-radius: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* Changes Header Opacity */
|
/* Changes Header Opacity */
|
||||||
body #bighead .navbar {
|
body #bighead .navbar {
|
||||||
|
|
@ -107,4 +110,4 @@ body .search-bar input {
|
||||||
body #bighead .navbar a:focus, body #bighead .navbar a:hover {
|
body #bighead .navbar a:focus, body #bighead .navbar a:hover {
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
color: var(--link-hover);
|
color: var(--link-hover);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue