hugo-theme-next/assets/css/style.css
2022-05-06 22:03:44 +08:00

30 lines
387 B
CSS

/** User-defined style. **/
.sidebar {
visibility: inherit;
}
.site-author-image {
border-radius:50%;
}
.back-to-top {
bottom: 30px;
}
.rss-link {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
text-align: center;
margin: 10px 0 0 0;
}
.rss-link a {
display: block;
color: #fc6423;
border-bottom: none;
}
.rss-link a:hover {
font-weight: bold;
}