From f197e701a21e40f65b17ba2a5a25bb0cda7003f2 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sat, 17 Jun 2023 12:06:25 -0700 Subject: more ui details --- extension/react-app/src/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'extension/react-app/src/index.css') 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; -- cgit v1.2.3-70-g09d2