Skip to content

Instantly share code, notes, and snippets.

@shigesanpo
Last active January 13, 2020 01:38
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/ed5618771ed7d26e08fa02ae892dc96e to your computer and use it in GitHub Desktop.
Save shigesanpo/ed5618771ed7d26e08fa02ae892dc96e to your computer and use it in GitHub Desktop.
/* 更新日時表示 */
.lastmod {
background-color: transparent;
padding: 5px 0px;
text-decoration: none;
font-size: 15px;
display: inline;
margin-left: 0px;
font-family: 'Montserrat', sans-serif;
color: #888888;
}
.lastmod::before {
margin-right: 5px;
padding-left: 3px;
font-family: FontAwesome;
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: FontAwesome;
content: '\f073';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment