mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Set darker colors in tailwind
This commit is contained in:
parent
8bc56c93dc
commit
a8502bfd42
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ module.exports = {
|
|||
'red': 'rgb(245, 47, 87)', // More Vibrant
|
||||
|
||||
// 'dark': '#75413a',
|
||||
'dark': 'rgb(95, 68, 75)',
|
||||
'dark': '#34393f',
|
||||
|
||||
'darker': 'rgb(54, 41, 50)',
|
||||
'darker': '#191a1d',
|
||||
|
||||
// 'gold': '#d78649',
|
||||
'gold': 'rgb(255, 167, 102)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue