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 4c04c54350
commit 998c5dac51
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
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;
}