Add RSS subscribe & category link.

This commit is contained in:
凡梦星尘
2022-05-06 22:03:44 +08:00
parent f40e994d42
commit a1393183b9
4 changed files with 35 additions and 0 deletions

View File

@@ -10,4 +10,21 @@
.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;
}