mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 02:30:47 +00:00
minor clean up and attempt to fix coloring
This commit is contained in:
@@ -221,7 +221,7 @@ const faqs = [
|
|||||||
>
|
>
|
||||||
<component
|
<component
|
||||||
:is="feature.icon"
|
:is="feature.icon"
|
||||||
class="w-10 h-10 text-beammp-blue mb-4 group-hover:scale-110 transition-transform dark:text-blue-400"
|
class="w-10 h-10 text-beammp-orange mb-4 group-hover:scale-110 transition-transform dark:text-beammp-orange"
|
||||||
/>
|
/>
|
||||||
<h3 class="text-xl font-semibold mb-2">{{ feature.title }}</h3>
|
<h3 class="text-xl font-semibold mb-2">{{ feature.title }}</h3>
|
||||||
<p class="text-neutral-600 dark:text-neutral-400 text-sm">{{ feature.description }}</p>
|
<p class="text-neutral-600 dark:text-neutral-400 text-sm">{{ feature.description }}</p>
|
||||||
|
|||||||
@@ -5,24 +5,12 @@ export default {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
'beammp-orange': {
|
'beammp-orange': '#F36D24',
|
||||||
DEFAULT: '#F36D24', // Base color
|
'beammp-white': '#FFFFFF',
|
||||||
},
|
'beammp-black': '#000000',
|
||||||
'beammp-white': {
|
'beammp-gray': '#333333',
|
||||||
DEFAULT: '#FFFFFF', // Base color
|
'beammp-green': '#1D9749',
|
||||||
},
|
'beammp-blue': '#4470B6',
|
||||||
'beammp-black': {
|
|
||||||
DEFAULT: '#000000', // Base color
|
|
||||||
},
|
|
||||||
'beammp-gray': {
|
|
||||||
DEFAULT: '#333333', // Base color
|
|
||||||
},
|
|
||||||
'beammp-green': {
|
|
||||||
DEFAULT: '#1D9749', // Base color
|
|
||||||
},
|
|
||||||
'beammp-blue': {
|
|
||||||
DEFAULT: '#4470B6', // Base color
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user