Skip to content

Instantly share code, notes, and snippets.

@hiepxanh
Last active May 12, 2024 03:42
Show Gist options
  • Save hiepxanh/c4e1c282445cdb403764b64d0493bc23 to your computer and use it in GitHub Desktop.
Save hiepxanh/c4e1c282445cdb403764b64d0493bc23 to your computer and use it in GitHub Desktop.
using vscode extension: custom css and js loader
.editor-group-watermark > .letterpress{
background-image: url("https://raw.githubusercontent.com/hiepxanh/hiepxanh/master/Angular.png") !important;
opacity: .75;
}
@hiepxanh
Copy link
Author

hiepxanh commented May 10, 2024

"vscode_custom_css.imports": ["https://gist.githubusercontent.com/hiepxanh/c4e1c282445cdb403764b64d0493bc23/raw/ab19cb6a780380640ac2e4d677c0bba4061c5bb7/style.css"]

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment