Add transitions to missing pages and attempt to animate it better?

This commit is contained in:
2021-12-06 15:10:39 +01:00
parent 8728d0f834
commit 0b772f26cb
9 changed files with 366 additions and 164 deletions

View File

@@ -109,11 +109,27 @@
color: rgba($color-tertiary, 0.6);
}
a:hover {
color: #fff;
color: $color-tertiary;
}
li {
display: inline-block;
line-height: 1.5;
line-height: 1.7;
picture {
display: inline-block;
width: 12px;
height: 12px;
margin-right: 4px;
overflow: hidden;
vertical-align: middle;
border-radius: 100%;
img {
display: block;
width: 100%;
height: 100%;
}
}
&:after {
display: inline-block;