Work on homepage a little more

This commit is contained in:
Matthew Holt 2023-09-20 16:27:38 -06:00 committed by Francis Lavoie
parent 4c837b4f06
commit 032d89d82f
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
8 changed files with 250 additions and 3 deletions

View file

@ -244,6 +244,10 @@ header nav ul {
vertical-align: middle;
}
.logo-link {
line-height: 0; /* avoid extra space along the bottom for some reason */
}
.logo {
height: 2.25em;
}
@ -265,7 +269,7 @@ button,
/* necessary for hoversplash: */
position: relative;
overflow: hidden;
display: flex;
display: inline-flex;
align-items: center;
}
@ -289,6 +293,15 @@ button:active,
box-shadow: 1px 1px 3px inset rgba(0, 0, 0, 0.2);
}
button.purple,
.button.purple {
border: none;
background: linear-gradient(165deg, rgba(170,81,212,1) 20%, rgba(37,159,235,1) 100%);
color: white;
font-weight: bold;
font-size: 90%;
}
@keyframes hoverSplash {
0% {