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

22 lines
264 B
Stylus
Raw Normal View History

.footer {
color: var(--third-text-color);
2020-04-01 23:03:38 +08:00
a {
color: var(--third-text-color);
2020-04-01 23:03:38 +08:00
&:hover {
color: var(--primary-color);
2020-04-01 23:03:38 +08:00
}
}
.info-container {
2020-04-01 23:03:38 +08:00
padding-bottom: 10px;
text-align: center;
}
.info-item {
2020-04-01 23:03:38 +08:00
margin: 5px 0;
}
2020-11-16 19:04:24 +08:00
}