fixed date toggle on right

This commit is contained in:
Chris Punches
2021-01-12 18:46:44 -05:00
parent d14de1f704
commit f2bda84687
2 changed files with 6 additions and 3 deletions

View File

@@ -542,8 +542,8 @@ pre code{
}
// hover over article border color
.post-list>li .post-link:hover{
border-color: #d371ff;
.post-list>li .post-link:hover{
border-color: #d371ff;
text-shadow: 2px 2px 5px blue;
}