diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css index 969901e..b2bc049 100644 --- a/main-site/themes/temper/static/css/style.css +++ b/main-site/themes/temper/static/css/style.css @@ -49,6 +49,15 @@ blockquote { -o-animation: fadeIn 3s; -ms-animation: fadeIn 3s; } +.home-button { + padding-left: 1em; + background-color: #212121; + border-style: solid; + border-width: 3px; + border-radius: 0.5em; + border-color: darkorange; + padding-right: 1em; +} @keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;}