Get themes under control; button hover splash

This commit is contained in:
Matthew Holt 2023-05-26 23:12:07 -06:00
parent 48111ebb9d
commit be2c58cf77
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
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;
}