Get themes under control; button hover splash

This commit is contained in:
Matthew Holt 2023-05-26 23:12:07 -06:00 committed by Francis Lavoie
parent 824b1b1940
commit 98793dab52
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
7 changed files with 165 additions and 133 deletions

View file

@ -7,4 +7,14 @@
radial-gradient(at 82% 73%, hsla(265,72%,20%,1) 0px, transparent 50%);
min-height: 800px;
}
.button.secondary {
color: rgb(54 206 255);
border: 1px solid rgb(54 206 255);
}
.button.secondary:hover {
color: white;
border-color: white;
}