added a dark mode class in global.css, and Fixed a ton of security vulnerabilities!!!

This commit is contained in:
Rehman Arshad
2020-10-29 17:49:14 -04:00
committed by Vishnu Ks
parent b405c7a806
commit 1632af7b67
3 changed files with 4893 additions and 6011 deletions

View File

@@ -5,3 +5,7 @@
text-align:center;
padding-bottom:1 rem;
}
.dark-mode {
background-color: #3c4759;
}