Last active
June 8, 2024 09:46
-
-
Save hiepxanh/c4e1c282445cdb403764b64d0493bc23 to your computer and use it in GitHub Desktop.
using vscode extension: custom css and js loader
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 > .letterpress{ | |
background-image: url("https://raw.githubusercontent.com/hiepxanh/hiepxanh/master/Angular.png") !important; | |
opacity: .75; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
step 1: install extension Custom CSS and JS Loader
step 2: copy to settings.json
step 3: Ctrl + P to run command "Reload Custom CSS and JS"