diff --git a/main.css b/main.css index 452dae4..dc544a6 100644 --- a/main.css +++ b/main.css @@ -1,6 +1,6 @@ :root { - --background-color: #141926; - --container-color: #373737; + --background-color: red; + --container-color: pink; --button-color: #2A2A2A; --blue-accent: #4a4c63; --red-accent: #553737; @@ -4164,4 +4164,4 @@ body.darktheme .invite_setting_item>input{ } body.darktheme .invite_setting_item>select{ background-color:white; -} \ No newline at end of file +}