From c5379871d69fd0ef6da592b3f1d0c4c6b690adc8 Mon Sep 17 00:00:00 2001 From: Plover-Y Date: Thu, 23 Apr 2020 17:33:54 +0900 Subject: [PATCH] +Social network colors(Discord, Gamepedia, Twitch) Discord - Blurple https://discordapp.com/branding Twitch - Twitch Purple https://brand.twitch.tv/ Gamepedia https://www.gamepedia.com/ --- style-guide/styles/wds-variables/_colors.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style-guide/styles/wds-variables/_colors.scss b/style-guide/styles/wds-variables/_colors.scss index 81a3087c6..c04056515 100644 --- a/style-guide/styles/wds-variables/_colors.scss +++ b/style-guide/styles/wds-variables/_colors.scss @@ -25,7 +25,9 @@ $wds-color-success: #018c30; $wds-color-warning: #de5e33; // ## Social network colors +$wds-color-social-discord: #7289da; $wds-color-social-facebook: #3b5998; +$wds-color-social-gamepedia: #f58120; $wds-color-social-googleplus: #dd4b39; $wds-color-social-instagram: #e02d69; $wds-color-social-line: #00c300; @@ -35,6 +37,7 @@ $wds-color-social-nk: #4077a7; $wds-color-social-odnoklassniki: #f96900; $wds-color-social-reddit: #ff4500; $wds-color-social-tumblr: #34465d; +$wds-color-social-twitch: #9146ff; $wds-color-social-twitter: #1da1f2; $wds-color-social-vkontakte: #587ca3; $wds-color-social-wykop: #fb803f;