Created
April 27, 2024 15:50
-
-
Save CocoaCaa/587b3d811c43b8d9e60d5a76a3e35a08 to your computer and use it in GitHub Desktop.
Visual Studio Code with @sawaratsuki1004's custom logo
This file contains 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
.editor-group-watermark { | |
max-width: 400px !important; | |
} | |
.editor-group-watermark > .letterpress { | |
aspect-ratio: 1920/1080 !important; | |
background-image:url('https://github.com/SAWARATSUKI/ServiceLogos/blob/c2cf29211b93efe48e5c34451bac5c56f979ab94/VisualStudioCode/VisualStudioCodeRound.png?raw=true') !important; | |
background-position: center; | |
} | |
.editor-group-watermark > .shortcuts::before { | |
display: block; | |
text-align: center; | |
opacity: 0.5; | |
white-space: pre-wrap; | |
content: 'Logo artwork by @sawaratsuki1004\aGitHub SAWARATSUKI/ServiceLogos'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment