Skip to content

Instantly share code, notes, and snippets.

@betorobson
Created March 4, 2019 14:33
Show Gist options
  • Save betorobson/aa5dfbd88e9662db3de74a6494a924dc to your computer and use it in GitHub Desktop.
Save betorobson/aa5dfbd88e9662db3de74a6494a924dc to your computer and use it in GitHub Desktop.
VSCode Custom Load CSS
.monaco-editor .squiggly-error {
border: 1px solid #e76365;
border-radius: 4px;
background: none !important;
/* background-color: RGBA(255, 97, 136, 0.5) !important; */
}
.monaco-editor .squiggly-warning {
border: 1px solid #eac555;
border-radius: 4px;
background: none !important;
/* background-color: RGBA(255, 97, 136, 0.5) !important; */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment