hexo-theme-keep/source/css/layout/_partial/footer.styl

38 lines
528 B
Stylus

.footer {
color var(--third-text-color)
font-size 1rem
a {
color var(--third-text-color)
&:hover {
color var(--primary-color)
}
}
.info-container {
padding-bottom 1rem
text-align center
}
.info-item {
margin 0.3rem 0
color var(--third-text-color)
&.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
}
}