1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improved the Recent-Update list.

This commit is contained in:
Cotes Chung
2019-10-25 02:40:42 +08:00
parent 094b3da714
commit 3b102ee4c6
2 changed files with 14 additions and 25 deletions

View File

@@ -443,18 +443,6 @@ footer .license a {
list-style: none;
}
#panel-update ul>li::before {
background: #999;
width: 4px;
height: 4px;
border-radius: 50%;
display: inline-block;
content: "";
position: relative;
bottom: .2rem;
margin-right: .4rem;
}
#panel-update ul a {
color: #6c757d;
}