From 14b20454ba58d31011a862c79de8ccc4b07ba784 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 22 May 2016 18:48:53 +0100 Subject: [PATCH] Added about link --- content/pages/homepage.html | 1 + theme/static/src/scss/index.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/content/pages/homepage.html b/content/pages/homepage.html index bf21ec2..084e725 100644 --- a/content/pages/homepage.html +++ b/content/pages/homepage.html @@ -23,6 +23,7 @@

About


Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!

+ More Info diff --git a/theme/static/src/scss/index.scss b/theme/static/src/scss/index.scss index 0241ed9..87e4c62 100644 --- a/theme/static/src/scss/index.scss +++ b/theme/static/src/scss/index.scss @@ -38,3 +38,8 @@ $fa-font-path: "../fonts"; .panel-blue { @include panel-variant(#337AB7, $white, #337AB7, #337AB7); } + + +.btn-primary-dark { + @include button-variant($white, $brand-orange-dark, $brand-orange-dark); +}