Skip to content

Commit

Permalink
refactor: add favicon and change footer color
Browse files Browse the repository at this point in the history
  • Loading branch information
Slug-Boi committed Aug 8, 2024
1 parent 5aa618d commit 26dde3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
5 changes: 5 additions & 0 deletions src/html/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,11 @@ video {
color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-500 {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity));
Expand Down
11 changes: 2 additions & 9 deletions src/html/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
href="https://cdn.xeiaso.net/static/pkg/iosevka/family.css"
/>
<title>Aion Timeslot Management</title>
<link rel="icon" type="image/x-icon" href="/css/aion_logo.png">
</head>
<body class="dark:bg-gray-700">
<header>
Expand Down Expand Up @@ -73,13 +74,6 @@
>Advanced View</a
>
</li>
<li>
<a
href="#"
class="block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>WIP</a
>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -116,8 +110,7 @@
</tbody>
</table>
</div>
<p class="dark:text-white">Total number of iterations: {{.Iterations}}</p>
<footer class="text-xs text-gray-500">
<footer class="text-xs text-gray-300">
<p>Tailwind templates curtesy of flowbite:
<a href="https://flowbite.com/" class="text-blue-500">
<u>
Expand Down
12 changes: 3 additions & 9 deletions src/html/root_advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
href="https://cdn.xeiaso.net/static/pkg/iosevka/family.css"
/>
<title>Aion Timeslot Management</title>
<link rel="icon" type="image/x-icon" href="/css/aion_logo.png">
</head>
<body class="dark:bg-gray-700">
<header>
Expand Down Expand Up @@ -73,13 +74,6 @@
>Advanced View</a
>
</li>
<li>
<a
href="#"
class="block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>WIP</a
>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -121,8 +115,8 @@
</table>
</div>
<p class="dark:text-white">Minimum solved cost: {{.Cost}}</p>
<p class="dark:text-white">Total number of iterations: {{.Iterations}}</p>
<footer class="text-xs text-gray-700">
<p class="dark:text-white">Total number of times solved: {{.Iterations}}</p>
<footer class="text-xs text-gray-300">
<p>Tailwind templates curtesy of flowbite:
<a href="https://flowbite.com/" class="text-blue-500">
<u>
Expand Down

0 comments on commit 26dde3d

Please sign in to comment.