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

23 lines
282 B
Stylus
Raw Normal View History

2020-04-01 23:03:38 +08:00
@require '../common/variables.styl'
.footer {
2020-04-01 17:12:16 +08:00
2020-04-01 23:03:38 +08:00
color: $third-text-color;
a {
color: $third-text-color;
&:hover {
color: $primary-color;
}
}
.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;
}
}