started layout adjusting

This commit was merged in pull request #2.
This commit is contained in:
victorAnumudu
2025-04-06 02:24:29 +01:00
parent 4d89908200
commit 9520b2e851
15 changed files with 448 additions and 140 deletions
+9 -3
View File
@@ -9,8 +9,10 @@ module.exports = {
DEFAULT: '#393536',
},
black:{
DEFAULT: '#222',
gray: '#a6a9b7'
DEFAULT: '#000',
aside: '#0D0E12',
body: '#0F1014',
box: '#15171C',
},
primary: {
DEFAULT: '#0284c7',
@@ -21,7 +23,9 @@ module.exports = {
},
white: {
DEFAULT: '#fff',
light: '#f1f5f9'
light: '#f1f5f9',
body: '#f9f9f9',
aside: '#F1F1F4',
}
},
screens: {
@@ -38,6 +42,8 @@ module.exports = {
boxShadow: {
round_black: '0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19)',
round_white: '0 0px 1px 0 rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.19)'
// round_black: '0px 0px 2px rgba(0, 0, 0, 0.19)',
// round_white: '0px 0px 2px rgba(255, 255, 255, 0)'
}
},
},