diff --git a/public/css/dist.css b/public/css/dist.css index e0f64ad..3b1a68b 100644 --- a/public/css/dist.css +++ b/public/css/dist.css @@ -1578,6 +1578,16 @@ select { background-color: rgb(203 213 225 / var(--tw-bg-opacity)); } +.bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgb(249 115 22 / var(--tw-bg-opacity)); +} + +.bg-green-500 { + --tw-bg-opacity: 1; + background-color: rgb(34 197 94 / var(--tw-bg-opacity)); +} + .object-fill { -o-object-fit: fill; object-fit: fill; @@ -1604,6 +1614,14 @@ select { padding-top: 0.5rem; } +.ps-1 { + padding-inline-start: 0.25rem; +} + +.pe-1 { + padding-inline-end: 0.25rem; +} + .text-right { text-align: right; } @@ -1663,6 +1681,16 @@ select { color: rgb(0 0 0 / var(--tw-text-opacity)); } +.text-slate-800 { + --tw-text-opacity: 1; + color: rgb(30 41 59 / var(--tw-text-opacity)); +} + +.text-slate-700 { + --tw-text-opacity: 1; + color: rgb(51 65 85 / var(--tw-text-opacity)); +} + .underline { text-decoration-line: underline; } diff --git a/views/navbar.html b/views/navbar.html index 6e9e3b4..5f7dd9c 100644 --- a/views/navbar.html +++ b/views/navbar.html @@ -1,24 +1,16 @@ {% macro linkOrText(name, link, extraClasses='') %} {%if activePage == link %} -
+
{{name | capitalize}}
{%else %} -{{name | capitalize}} +{{name | + capitalize}} {%endif%} {% endmacro %} -