hexo-theme-keep/source/css/common/site-info.styl

31 lines
366 B
Stylus
Raw Normal View History

.site-info {
text-align: center;
.avatar {
padding 2px
border-radius 50%
border 1px solid #ddd
2020-03-15 09:30:16 +08:00
width: 50%;
}
.title {
2020-03-15 09:30:16 +08:00
margin 5px 0;
text-transform: uppercase;
a {
color: #464646;
font-size: 30px;
font-weight: bold;
}
}
.description {
padding 5px
font-size: 16px;
color: #565654;
}
}