From a75d12b0207161e88f24dd8b77880d6c60adacde Mon Sep 17 00:00:00 2001 From: Doncellup <90469321+Doncellup@users.noreply.github.com> Date: Thu, 28 Jul 2022 14:27:47 +0200 Subject: [PATCH] Add Trello / Improved Youtube button --- littlelink/css/brands.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/littlelink/css/brands.css b/littlelink/css/brands.css index 6014b28..91fef56 100644 --- a/littlelink/css/brands.css +++ b/littlelink/css/brands.css @@ -297,10 +297,10 @@ button:hover, .button.button-vimeo:focus { filter: brightness(90%) } -/* YouTube */ +/* YouTube V2 */ .button.button-youtube { color: #FFFFFF; - background-color: #000000 } + background-color: #FF0000 } .button.button-youtube:hover, .button.button-youtube:focus { filter: brightness(90%) } @@ -423,6 +423,16 @@ button:hover, filter: brightness(90%); } +/* Trello */ +.button.button-trello { + color: #ffffff; + background-color: #0079bf; +} +.button.button-trello:hover, +.button.button-trello:focus { + filter: brightness(90%); +} + /* Website */ .button.button-website { color: #ffffff;