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

35 lines
524 B
CSS

/** User-defined style. **/
{{- $P := .Site.Params -}}
.sidebar {
visibility: inherit;
}
.site-author-image {
{{ if $P.avatar.rounded }}
border-radius:50%;
{{ end }}
{{ if $P.avatar.rotated }}
transition: transform 1s ease-out;
{{ end }}
}
.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;
}