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); +}