minor clean up and attempt to fix coloring

This commit is contained in:
Starystars67
2025-12-20 02:34:26 +00:00
parent cdbf8f991c
commit f3269d0bee
2 changed files with 7 additions and 19 deletions

View File

@@ -5,24 +5,12 @@ export default {
theme: {
extend: {
colors: {
'beammp-orange': {
DEFAULT: '#F36D24', // Base color
},
'beammp-white': {
DEFAULT: '#FFFFFF', // Base color
},
'beammp-black': {
DEFAULT: '#000000', // Base color
},
'beammp-gray': {
DEFAULT: '#333333', // Base color
},
'beammp-green': {
DEFAULT: '#1D9749', // Base color
},
'beammp-blue': {
DEFAULT: '#4470B6', // Base color
},
'beammp-orange': '#F36D24',
'beammp-white': '#FFFFFF',
'beammp-black': '#000000',
'beammp-gray': '#333333',
'beammp-green': '#1D9749',
'beammp-blue': '#4470B6',
},
},
},