diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-17 12:06:25 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-17 12:06:25 -0700 |
commit | f197e701a21e40f65b17ba2a5a25bb0cda7003f2 (patch) | |
tree | d58a55e78d523fa2beb3b4beeae27f1c100e94c8 /extension/react-app/src/index.css | |
parent | 5ae9fdcf9aadf57101ecfd4b7635f4325f53d392 (diff) | |
download | sncontinue-f197e701a21e40f65b17ba2a5a25bb0cda7003f2.tar.gz sncontinue-f197e701a21e40f65b17ba2a5a25bb0cda7003f2.tar.bz2 sncontinue-f197e701a21e40f65b17ba2a5a25bb0cda7003f2.zip |
more ui details
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; |