Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigesanpo/ed43dafc136cc9b47497792ca2d4506b to your computer and use it in GitHub Desktop.
Save shigesanpo/ed43dafc136cc9b47497792ca2d4506b to your computer and use it in GitHub Desktop.
/* 更新日時の表示設定 */
.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