Switch back to default colours

This commit is contained in:
~erin 2021-07-10 17:45:00 -04:00
parent 6049a8b6cd
commit cab9dc5193
Signed by untrusted user: erin
GPG key ID: DA70E064A8C70F44

View file

@ -1,6 +1,6 @@
:root {
--term-colour: #9C64FE;
--term-bg-colour: #191919;
--term-colour: white;
--term-bg-colour: #3C3C3C;
--main-colour: white;
--main-bg-colour: #3C3C3C;
--body-bg-colour: black;