Created
February 6, 2018 20:55
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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