Refactor UI components for improved localization and styling
- Updated various headings and text elements to utilize localization functions for better internationalization support. - Simplified gradient styles in headings to enhance readability. - Adjusted adventure and travel statistics sections to reflect localized titles and descriptions. - Enhanced filter options and buttons with localized text for clarity. - Modified Tailwind CSS configuration to include a new color 'dim' for future styling needs.
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
|
||||
<!-- Settings Dropdown -->
|
||||
<div class="dropdown dropdown-bottom dropdown-end z-[999]">
|
||||
<div tabindex="0" role="button" class="btn btn-ghost btn-sm btn-square">
|
||||
<div tabindex="0" role="button" class="btn btn-neutral-300 btn-sm btn-square">
|
||||
<DotsHorizontal class="w-5 h-5" />
|
||||
</div>
|
||||
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
||||
|
||||
Reference in New Issue
Block a user