Skip to content

Commit 4a9e09a

Browse files
committed
Update blues
1 parent a06dbc3 commit 4a9e09a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/css/components/_badge.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
/* THEME-X: Color configuration */
1010
.badge-blue {
11-
@apply text-blue-900 bg-blue-50;
11+
@apply text-blue bg-blue-50;
1212
}

src/venue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2 class="text-3xl font-bold font-heading lg:text-5xl">Other hotel options</h2>
141141
</span>
142142
</div>
143143

144-
<span class="w-full px-4 py-2 text-sm text-blue-900 block-container bg-blue-50 order-0">{{ lodge.feature }}</span>
144+
<span class="w-full px-4 py-2 text-sm text-blue block-container bg-blue-50 order-0">{{ lodge.feature }}</span>
145145
</li>
146146
{% endfor %}
147147
</ul>

0 commit comments

Comments
 (0)