Add digitalgarden to css

This commit is contained in:
Gilbert Sanchez 2024-01-21 17:24:16 -08:00 committed by GitHub
parent 88fb4b1021
commit 0a38cefea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -861,4 +861,15 @@ button:hover,
.button.button-psgallery:hover,
.button.button-psgallery:focus {
filter: brightness(90%);
}
}
/* Digital Garden */
.button.button-digitalgarden {
color: #ffffff;
background-color: #5e409d;
}
.button.button-digitalgarden:hover,
.button.button-digitalgarden:focus {
filter: brightness(90%);
}