Adjusted tailwind style building to work with class name extraction
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-span-1 card card-body border-l-4 border-tertiary">
|
||||
<div class="col-span-1 card card-body border-l-4 border-accent">
|
||||
<p class="font-medium tracking-wide text-base-content">
|
||||
Learn about the api usage
|
||||
</p>
|
||||
<a href="https://help.moonlightpanel.xyz" target="_blank" class="mt-2 flex items-center justify-between text-primary">
|
||||
<div class="font-medium">Open</div>
|
||||
<div>
|
||||
<i class="bi bi-box-arrow-up-right text-lg text-tertiary"></i>
|
||||
<i class="bi bi-box-arrow-up-right text-lg text-accent"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user