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

38 lines
516 B
Stylus
Raw Normal View History

.footer {
2022-10-14 17:56:32 +08:00
color var(--text-color-4)
font-size 1rem
2020-04-01 23:03:38 +08:00
2020-04-01 23:03:38 +08:00
a {
2022-10-14 17:56:32 +08:00
color var(--text-color-4)
2020-04-01 23:03:38 +08:00
&:hover {
color var(--primary-color)
2020-04-01 23:03:38 +08:00
}
}
.info-container {
padding-bottom 1rem
text-align center
}
.info-item {
margin 0.3rem 0
2022-10-14 17:56:32 +08:00
color var(--text-color-4)
&.ypyun-info a {
display flex
align-items center
justify-content center
img {
margin 0 0.3rem
}
}
}
2020-11-27 15:32:40 +08:00
.icon-animate {
animation icon-animate 1.2s ease-in-out infinite
2020-11-27 15:32:40 +08:00
}
2020-11-16 19:04:24 +08:00
}