diff --git a/css/website.css b/css/website.css index 2a5ab7994..b5f2bd307 100644 --- a/css/website.css +++ b/css/website.css @@ -5067,6 +5067,22 @@ a.text-dark:hover, a.text-dark:focus { .invisible { visibility: hidden !important; } +.fade-in { + opacity: 0; + /* make things invisible upon start */ + -webkit-animation-name: fadein; + -moz-animation-name: fadein; + animation-name: fadein; + -webkit-animation-fill-mode: forwards; + -moz-animation-fill-mode: forwards; + animation-fill-mode: forwards; + -webkit-animation-duration: 1s; + -moz-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-timing-function: ease; + -moz-animation-timing-function: ease; + animation-timing-function: ease; } + html { width: 100%; height: 100%; } @@ -5118,14 +5134,6 @@ a { .hidden { display: none !important; } -.indiechat { - font-size: 100px !important; - margin-bottom: 0 !important; } - .indiechat .subdued { - opacity: 0.15; - font-size: 95%; - word-spacing: 50px; } - .byline { font-family: 'Muli', sans-serif; font-size: 28px; @@ -5243,7 +5251,12 @@ section h4 { font-family: 'Baumans', cursive; font-size: 6em; margin-top: 1em; + margin-bottom: 0; color: white; } + .brand-heading .subdued { + opacity: 0.15; + font-size: 95%; + word-spacing: 50px; } .brand-heading .converse-svg-logo { height: 1.2em; margin-right: 0.25em; } diff --git a/index.html b/index.html index b68e6a5ef..130cddb6e 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,6 @@