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%); +}