Use landing page template and perform minor UI updates on other pages (Still needs alot of work)

This commit is contained in:
Peter Stockings
2024-03-24 21:50:21 +11:00
parent 6dcd46fee0
commit fc021d6971
6 changed files with 172 additions and 41 deletions

View File

@@ -108,7 +108,7 @@
</svg>
</span>
</label>
<label class="mt-px font-light text-gray-700 cursor-pointer select-none" htmlFor="is_public">
<label class="mt-px font-light text-gray-200 cursor-pointer select-none" htmlFor="is_public">
Public
</label>
</div>
@@ -128,7 +128,7 @@
</svg>
</span>
</label>
<label class="mt-px font-light text-gray-700 cursor-pointer select-none" htmlFor="log_request">
<label class="mt-px font-light text-gray-200 cursor-pointer select-none" htmlFor="log_request">
Log Request
</label>
</div>
@@ -148,7 +148,7 @@
</svg>
</span>
</label>
<label class="mt-px font-light text-gray-700 cursor-pointer select-none" htmlFor="log_response">
<label class="mt-px font-light text-gray-200 cursor-pointer select-none" htmlFor="log_response">
Log Response
</label>
</div>