diff --git a/static/css/style.css b/static/css/style.css index 1135be4..aa1f091 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -147,6 +147,16 @@ body.with-sidebar { z-index: 1000; } +.top-bar-title { + font-size: 1.5rem; + margin: 0; + color: var(--primary-red); + font-weight: 500; + position: absolute; + left: 50%; + transform: translateX(-50%); +} + .top-bar-buttons { display: flex; gap: 1rem; diff --git a/templates/index.html.tera b/templates/index.html.tera index eb53808..a762362 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -11,6 +11,7 @@
+