diff options
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r-- | extension/react-app/src/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index 6a46800e..269da69a 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -9,9 +9,9 @@ --button-color-hover: rgba(113, 28, 59, 0.667); --def-border-radius: 5px; - /* --vscode-editor-background: rgb(30, 30, 30); + --vscode-editor-background: rgb(30, 30, 30); --vscode-editor-foreground: rgb(197, 200, 198); - --vscode-textBlockQuote-background: rgba(255, 255, 255, 0.05); */ + --vscode-textBlockQuote-background: rgba(255, 255, 255, 0.05); } html, |