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

@@ -176,7 +176,9 @@ body {
transition-duration: .2s; }
#mast h2 {
transition-property: size;
transition-duration: .2s; }
transition-duration: .2s;
text-shadow: 1px 2px #ED1277;
color: #19DEFF; }
.small {
background: black; }
@@ -195,6 +197,9 @@ body {
.large .hideable {
opacity: 1; }
.large h2 {
font-size: 1.3em; }
.nojs body {
background: white; }