@@ -9,8 +9,7 @@ if (structKeyExists(docs, "sections")) {
99 writeOutput ('
1010 <div class="accordion-item bg-transparent border-0">
1111 <div class="accordion-header section pe-2 text-white" data-section="' & sectionId & ' ">
12- <button class="accordion-button fs-14 fw-normal shadow-none p-2 rounded-3 text--iris collapsed"
13- style="background-color: rgba(179, 179, 179, 0.12);"
12+ <button class="accordion-button fs-14 fw-normal shadow-none bg--primary/10 p-2 rounded-3 text--primary collapsed"
1413 type="button"
1514 data-section="#sectionId #"
1615 type="button" data-bs-toggle="collapse" data-bs-target="## ' & sectionId & ' "
@@ -38,7 +37,7 @@ if (structKeyExists(docs, "sections")) {
3837 hx-swap="innerHTML">
3938 <input type="hidden" name="section" value="#sectionId #">
4039 <input type="hidden" name="category" value="#categoryId #">
41- <p class="fs-14 fw-normal cursor-pointer text--iris ">#categoryName #</p>
40+ <p class="fs-14 fw-normal cursor-pointer text--primary ">#categoryName #</p>
4241 </a>
4342 ' );
4443 }
@@ -51,8 +50,7 @@ if (structKeyExists(docs, "sections")) {
5150
5251 // Adding "Uncategorized" section at the end
5352 writeOutput ('
54- <button class="accordion-button fs-14 fw-normal shadow-none p-2 rounded-3 text--iris collapsed"
55- style="background-color: rgba(179, 179, 179, 0.12);"
53+ <button class="accordion-button fs-14 fw-normal shadow-none bg--primary/10 p-2 rounded-3 text--primary collapsed"
5654
5755 type="button"
5856 hx-get="/api/#params .version #/functions/section" hx-include="this" hx-target="## main" hx-swap="innerHTML">
0 commit comments