From: Michael Tremer Date: Tue, 19 Nov 2019 11:29:19 +0000 (+0000) Subject: blog: Encourage people to follow the blog or Twitter X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30318c60efe104d95d2a2f98d98eaa0849432ea1;p=ipfire.org.git blog: Encourage people to follow the blog or Twitter Make follow buttons larger and eye-catching. Signed-off-by: Michael Tremer --- diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index d44447ed..77d3051b 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -12,8 +12,9 @@ $red: #ee2e31; $yellow: #e7e247; $cyan: #2ee8c8; -// Lightning Wire Labs colour +// Brand colours $lwl: #4b0082; +$twitter: #00acee; // Theme $primary: $red; @@ -23,6 +24,7 @@ $dark: $gray-800; $theme-colors: ( "lwl" : $lwl, + "twitter" : $twitter, ); $body-bg: $dark; diff --git a/src/templates/blog/base.html b/src/templates/blog/base.html index a2429471..d06dbf3a 100644 --- a/src/templates/blog/base.html +++ b/src/templates/blog/base.html @@ -7,7 +7,7 @@ {% block content %}