clean up styles
This commit is contained in:
parent
bb683b871e
commit
1cdd6a3fd0
@ -269,7 +269,6 @@ main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -280,7 +279,8 @@ main {
|
|||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
border-radius: .5rem;
|
border-radius: .5rem;
|
||||||
transition: all 300ms ease;
|
transition: 300ms ease;
|
||||||
|
will-change: background-color;
|
||||||
|
|
||||||
background-color: hsl($hue,10,80);
|
background-color: hsl($hue,10,80);
|
||||||
&.selected {
|
&.selected {
|
||||||
@ -318,8 +318,6 @@ main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.gallery + p {
|
div.gallery + p {
|
||||||
|
Loading…
Reference in New Issue
Block a user