Created
March 4, 2019 14:33
-
-
Save betorobson/aa5dfbd88e9662db3de74a6494a924dc to your computer and use it in GitHub Desktop.
VSCode Custom Load CSS
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
.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