icon changes
This commit is contained in:
@@ -312,20 +312,6 @@
|
||||
border: 2px solid #222;
|
||||
}
|
||||
|
||||
.equip .highlight {
|
||||
animation: equip-bg 1s infinite ease-in-out alternate;
|
||||
}
|
||||
|
||||
@keyframes equip-bg {
|
||||
0% {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: #181818;
|
||||
}
|
||||
}
|
||||
|
||||
.equip .skills button {
|
||||
color: whitesmoke;
|
||||
font-size: 1em;
|
||||
@@ -347,7 +333,7 @@
|
||||
height: 2px;
|
||||
transform-origin: center;
|
||||
background-color: whitesmoke;
|
||||
animation: equipping-skill 1s infinite linear alternate;
|
||||
animation: equipping-skill 2s infinite ease alternate;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@@ -360,7 +346,7 @@
|
||||
height: 2px;
|
||||
transform-origin: center;
|
||||
background-color: whitesmoke;
|
||||
animation: equipping-skill 1s infinite linear alternate;
|
||||
animation: equipping-skill 2s infinite ease alternate;
|
||||
opacity: 0;
|
||||
animation-delay: 0.75s
|
||||
}
|
||||
|
||||
@@ -494,7 +494,7 @@ figure.gray {
|
||||
|
||||
.stats svg, .specs svg {
|
||||
height: 2em;
|
||||
stroke-width: 5px;
|
||||
stroke-width: 7px;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@media (max-width: 800px) {
|
||||
#mnml {
|
||||
font-size: 10pt;
|
||||
padding: 0;
|
||||
padding: 1em 0 0 0;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr min-content;
|
||||
grid-template-areas:
|
||||
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
#mnml.nav-visible nav {
|
||||
padding-left: 0;
|
||||
padding: 0.5em;
|
||||
margin: 0;
|
||||
display: block;
|
||||
grid-area: main;
|
||||
|
||||
Reference in New Issue
Block a user