Skip to content

Instantly share code, notes, and snippets.

@robws
Created February 6, 2018 20:55
Show Gist options
  • Save robws/33d48a242c8dd4ac4291b1f3a17685f7 to your computer and use it in GitHub Desktop.
Save robws/33d48a242c8dd4ac4291b1f3a17685f7 to your computer and use it in GitHub Desktop.
Stylish-style css for github to show date modified for repo at top left of screen.
span[itemprop="dateModified"] {
background : #cc0000;
border : 2px solid #f5f5f5;
border-radius : 15%;
box-shadow : 0 0 3px gray;
color : #f5f5f5;
display : block !important;
font-family : "Open Sans";
font-size : 12px;
font-weight : bold;
left : 10px;
line-height : 25px;
padding : 3px;
position : fixed;
text-align : center;
text-decoration : none;
top : 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment