Color and update contents of tagline
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user