Line 69: | Line 69: | ||
.logoHolder{ | .logoHolder{ | ||
position: fixed; | position: fixed; | ||
− | left: | + | left: 10px; |
− | top: | + | top: 26px; |
− | width: | + | width: 170px; |
− | height: | + | height: 170px; |
padding: 10px; | padding: 10px; | ||
− | + | background-color: rgba(255, 255, 255, 0); | |
border-radius: 50%; | border-radius: 50%; | ||
− | |||
cursor: pointer; | cursor: pointer; | ||
transition: .2s; | transition: .2s; | ||
+ | z-index: 500; | ||
} | } | ||
.logoHolder.sticky{ | .logoHolder.sticky{ | ||
− | width: | + | width: 130px; |
− | height: | + | height: 130px; |
background-color: snow; | background-color: snow; | ||
− | opacity: 0.9; | + | /* opacity: 0.9; */ |
− | box-shadow: | + | box-shadow: 0px 4px 5px 0px slategray!important; |
} | } | ||
Line 121: | Line 121: | ||
padding: 0.8em 1em; | padding: 0.8em 1em; | ||
background-color: snow; | background-color: snow; | ||
− | opacity: 0.9; | + | /* opacity: 0.9; */ |
box-shadow: 2px 2px 5px slategray!important; | box-shadow: 2px 2px 5px slategray!important; | ||
} | } | ||
Line 486: | Line 486: | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | footer h1, footer h2, | ||
+ | footer h3, footer h4 { | ||
+ | color: snow !important; | ||
} | } | ||
Revision as of 02:00, 2 August 2021