-
+
{name}
diff --git a/styles/globals.css b/styles/globals.css
index 389fa7593..f90afd8f9 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -92,22 +92,6 @@ p,
pre {
text-align: justify !important;
}
-
-@media (min-width: 992px) {
- .coming-soon {
- text-align: center;
- top: 220px;
- position: relative;
- }
-}
-
-@media (max-width: 800px) {
- .coming-soon {
- text-align: center;
- top: 150px;
- position: relative;
- }
-}
/* setting root value for main scrollbar */
:root {
--scroll-thumb: #bbb;
diff --git a/tailwind.config.js b/tailwind.config.js
index fea406859..ad5ef7ddb 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -8,19 +8,15 @@ module.exports = {
theme: {
extend: {
colors: {
- discord: '#7289DA',
- github: '#211F1F',
- twitter: '#1DA1F2',
- 'theme-primary': '#a78bfa', //violet
- 'theme-secondary': '#8b5cf6', //violet
- 'light': '#ffffff',
+ 'theme-primary': '#a78bfa',
+ 'theme-secondary': '#8b5cf6',
'light-primary': '#f5f3ff',
- 'light-secondary': '',
- 'dark': '#0f172a',
- 'dark-primary': '#101623',
- 'dark-secondary': '',
+ 'dark': '#0f172a',
+ 'dark-primary': '#101623',
+ 'gray-text': '#9ca3af',
'text-primary': '#d1d5db',
'text-secondary': '#4b5563',
+
},
screens: {
xs: '200px',