/* 更新日時の表示設定 */ | |
.lastmod { | |
background-color: transparent; | |
color: #999999; | |
padding: 5px 0px; | |
text-decoration: none; | |
font-size: 15px; | |
display: inline; | |
margin-left: 0px; | |
font-family: ''Poppins',-apple-system,BlinkMacSystemFont,Segoe UI,'Helvetica Neue','Helvetica','Arial','Hiragino Kaku Gothic Pro','Meiryo',sans-serif; | |
} | |
.lastmod::before { | |
margin-right: 5px; | |
margin-left: 10px; | |
padding-left: 3px; | |
font-family: "Font Awesome 5 Free"; | |
font-weight: bold; | |
color: #999999; | |
content: '\f01e'; | |
} | |
.entry-date a { | |
background-color: transparent; | |
padding: 5px 0px 5px 6px; | |
text-decoration: none; | |
font-size: 15px; | |
display: inline; | |
} | |
.entry-date a::before { | |
margin-right: 5px; | |
padding-left: 3px; | |
font-family: "Font Awesome 5 Free"; | |
content: '\f073'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment