summaryrefslogtreecommitdiff
path: root/extension/react-app/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r--extension/react-app/src/index.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css
index 269da69a..3ecef025 100644
--- a/extension/react-app/src/index.css
+++ b/extension/react-app/src/index.css
@@ -11,7 +11,7 @@
--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, 1);
}
html,
@@ -33,3 +33,7 @@ body {
.press-start-2p {
font-family: "Press Start 2P", "Lexend", sans-serif;
}
+
+a:focus {
+ outline: none;
+} \ No newline at end of file