diff options
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r-- | extension/react-app/src/index.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index db8afab9..6dc514ec 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -3,8 +3,8 @@ @tailwind utilities; :root { - --secondary-dark: 37 37 38; - --vsc-background: 30 30 30; + --secondary-dark: rgb(37, 37, 38); + --vsc-background: rgb(30, 30, 30); --button-color: rgb(113, 28, 59); --button-color-hover: rgba(113, 28, 59, 0.667); --def-border-radius: 5px; @@ -26,7 +26,6 @@ body, } body { - background-color: var(--vsc-background); padding: 0; color: white; font-family: "Mona Sans", "Arial", sans-serif; |