We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06dbc3 commit 4a9e09aCopy full SHA for 4a9e09a
src/assets/css/components/_badge.css
@@ -8,5 +8,5 @@
8
9
/* THEME-X: Color configuration */
10
.badge-blue {
11
- @apply text-blue-900 bg-blue-50;
+ @apply text-blue bg-blue-50;
12
}
src/venue.html
@@ -141,7 +141,7 @@ <h2 class="text-3xl font-bold font-heading lg:text-5xl">Other hotel options</h2>
141
</span>
142
</div>
143
144
- <span class="w-full px-4 py-2 text-sm text-blue-900 block-container bg-blue-50 order-0">{{ lodge.feature }}</span>
+ <span class="w-full px-4 py-2 text-sm text-blue block-container bg-blue-50 order-0">{{ lodge.feature }}</span>
145
</li>
146
{% endfor %}
147
</ul>
0 commit comments