From 6db972a72de9edfc65937d210b0aa0d9cc24d36f Mon Sep 17 00:00:00 2001 From: jaajko <65557646+jaajko@users.noreply.github.com> Date: Sun, 20 Feb 2022 16:54:35 +0200 Subject: [PATCH] Update brands.css --- css/brands.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/brands.css b/css/brands.css index c4c6761c..955773e8 100644 --- a/css/brands.css +++ b/css/brands.css @@ -345,6 +345,16 @@ button:hover, filter: brightness(90%); } +/* SpaceHey */ +.button.button-spacehey { + color: #ffffff; + background-color: #3234cf; +} +.button.button-spacehey:hover, +.button.button-spacehey:focus { + filter: brightness(90%); +} + /* Telegram */ .button.button-telegram { color: #ffffff;