Last active
April 9, 2022 02:35
-
-
Save magicdawn/9a8278667c5ebdf71cb87b8504295449 to your computer and use it in GitHub Desktop.
vscode-big-clock
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
#rid9\.datetime { | |
position: fixed; | |
top: 85px; | |
right: 105px; | |
font-size: 75px; | |
color: red; | |
line-height: 1.4 !important; | |
height: unset !important; | |
font-family: 'M+ 1m', 'Hack'; | |
z-index: 49; | |
a:hover, | |
a:focus { | |
background-color: transparent !important; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment