Color and update contents of tagline

This commit is contained in:
2017-07-08 03:04:23 -07:00
parent 6cb34ea2a1
commit 15fe97bb2c
3 changed files with 41 additions and 19 deletions

View File

@@ -37,8 +37,7 @@ body {
#top {
padding-top: 10px;
width: 100%;
position: fixed;
// background: black;
position: fixed; // background: black;
z-index: 999;
div {
margin: auto;
@@ -71,6 +70,8 @@ body {
h2 {
transition-property: size;
transition-duration: .2s;
text-shadow: 1px 2px #ED1277; // text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;
color: #19DEFF;
}
}
@@ -97,6 +98,9 @@ body {
.hideable {
opacity: 1;
}
h2 {
font-size: 1.3em;
}
}
.nojs {