feat: button styled
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<div
|
||||
class="flex flex-row bg-summary-item-color/10"
|
||||
style="--summary-item-color-var: 39deg 100% 56%"
|
||||
>
|
||||
>
|
||||
<dt class="flex-1 text-summary-item-color">Memory</dt>
|
||||
<dd class="flex flex-row">
|
||||
<strong>92</strong>
|
||||
@@ -77,7 +77,7 @@
|
||||
<div
|
||||
class="flex flex-row bg-summary-item-color/10"
|
||||
style="--summary-item-color-var: 166deg 100% 37%"
|
||||
>
|
||||
>
|
||||
<dt class="flex-1 text-summary-item-color">Verbal</dt>
|
||||
<dd class="flex flex-row">
|
||||
<strong>61</strong>
|
||||
@@ -87,7 +87,7 @@
|
||||
<div
|
||||
class="flex flex-row bg-summary-item-color/10"
|
||||
style="--summary-item-color-var: 234deg 85% 45%"
|
||||
>
|
||||
>
|
||||
<dt class="flex-1 text-summary-item-color">Visual</dt>
|
||||
<dd class="flex flex-row">
|
||||
<strong>72</strong>
|
||||
@@ -95,7 +95,12 @@
|
||||
</dd>
|
||||
</div>
|
||||
</dl>
|
||||
Continue
|
||||
<a
|
||||
href="/"
|
||||
class="grid place-items-center w-full h-12 text-white rounded-full bg-dark-gray-blue"
|
||||
>
|
||||
Continue
|
||||
</a>
|
||||
</section>
|
||||
</main>
|
||||
<footer class="fixed inset-x-0 bottom-1 attribution">
|
||||
|
||||
Reference in New Issue
Block a user