38 lines
516 B
Stylus
38 lines
516 B
Stylus
.footer {
|
|
color var(--text-color-4)
|
|
font-size 1rem
|
|
|
|
|
|
a {
|
|
color var(--text-color-4)
|
|
|
|
&:hover {
|
|
color var(--primary-color)
|
|
}
|
|
}
|
|
|
|
.info-container {
|
|
padding-bottom 1rem
|
|
text-align center
|
|
}
|
|
|
|
.info-item {
|
|
margin 0.3rem 0
|
|
color var(--text-color-4)
|
|
|
|
&.ypyun-info a {
|
|
display flex
|
|
align-items center
|
|
justify-content center
|
|
|
|
img {
|
|
margin 0 0.3rem
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon-animate {
|
|
animation icon-animate 1.2s ease-in-out infinite
|
|
}
|
|
}
|