docs: Start building quick-assist feature

This commit is contained in:
Matthew Holt 2023-09-19 23:03:11 -06:00 committed by Francis Lavoie
parent 46b6ce9657
commit 2b03c7c866
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
10 changed files with 709 additions and 292 deletions

View file

@ -11,20 +11,20 @@
padding: 100px 0;
}
.button.secondary {
.button {
color: rgb(54 206 255);
border: 1px solid rgb(54 206 255);
}
.button.secondary:hover {
.button:hover {
color: white;
border-color: white;
}
.button.cool {
position: relative;
color: rgb(226 254 214);
border: none;
/* necessary for gradient dropshadow: */
transform-style: preserve-3d;