From 0a38cefea29ab36e087024a7770d725fbde956ef Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Sun, 21 Jan 2024 17:24:16 -0800 Subject: [PATCH] Add digitalgarden to css --- css/brands.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/brands.css b/css/brands.css index 29388d0b..db2d4f2d 100644 --- a/css/brands.css +++ b/css/brands.css @@ -861,4 +861,15 @@ button:hover, .button.button-psgallery:hover, .button.button-psgallery:focus { filter: brightness(90%); -} \ No newline at end of file +} + +/* Digital Garden */ +.button.button-digitalgarden { + color: #ffffff; + background-color: #5e409d; +} + +.button.button-digitalgarden:hover, +.button.button-digitalgarden:focus { + filter: brightness(90%); +}