diff --git a/view/static/main.css b/view/static/main.css index d9e24b9..c4a2561 100644 --- a/view/static/main.css +++ b/view/static/main.css @@ -268,6 +268,7 @@ .text-xl{font-size:1.25rem;line-height:1.75rem;} .font-bold{font-weight:700;} .font-medium{font-weight:500;} +.text-black{--un-text-opacity:1;color:rgba(0,0,0,var(--un-text-opacity));} .text-gray-200{--un-text-opacity:1;color:rgba(229,231,235,var(--un-text-opacity));} .text-gray-400{--un-text-opacity:1;color:rgba(156,163,175,var(--un-text-opacity));} .text-gray-500{--un-text-opacity:1;color:rgba(107,114,128,var(--un-text-opacity));} diff --git a/view/templates/base.html b/view/templates/base.html index 3d59f58..e0259f0 100644 --- a/view/templates/base.html +++ b/view/templates/base.html @@ -26,14 +26,12 @@

- - - + {% include "parts/logo.svg" %}

-
diff --git a/view/templates/parts/logo.svg b/view/templates/parts/logo.svg new file mode 100644 index 0000000..354fb25 --- /dev/null +++ b/view/templates/parts/logo.svg @@ -0,0 +1,6 @@ + + + +