From de5ebf8699c47e1c88ee6ce02b6d3e88550ac0c5 Mon Sep 17 00:00:00 2001 From: RedNumber1 <32143878+RedNumber1@users.noreply.github.com> Date: Sun, 21 Jul 2024 07:44:25 +0000 Subject: [PATCH] Update brands-extended.css --- css/brands-extended.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/brands-extended.css b/css/brands-extended.css index 15195a7..25a7d5a 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -396,6 +396,15 @@ button:hover, .button.button-myanimelist:focus { filter: brightness(90%) } +/* Nostr */ +.button.button-nostr { + color: #FFFFFF; + background-color: #a915ff; +} +.button.button-nostr:hover, +.button.button-nostr:focus { + filter: brightness(90%) } + /* OP.GG */ .button.button-opgg { color: #ffffff; @@ -639,4 +648,4 @@ filter: brightness(90%); .button.button-xing:hover, .button.button-xing:focus { filter: brightness(90%); -} \ No newline at end of file +}