From 44f319406e04499863bb73636bb63e32c792313a Mon Sep 17 00:00:00 2001 From: Amir Date: Fri, 13 Jun 2025 18:33:03 +0200 Subject: [PATCH] removed icon, added same font --- backend/core/static/css/index.css | 8 ++++++++ backend/core/templates/base.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/backend/core/static/css/index.css b/backend/core/static/css/index.css index d931954..e54a45b 100644 --- a/backend/core/static/css/index.css +++ b/backend/core/static/css/index.css @@ -2,6 +2,14 @@ body { font-family: "Darker Grotesque", sans-serif; font-size: x-large; } +.navbar, .navbar * { + font-family: "Darker Grotesque", sans-serif !important; +} + +.navbar-brand h1{ + padding: 0 2rem; + font-weight: 900; +} .btn-primary-orn { margin: 0 auto; diff --git a/backend/core/templates/base.html b/backend/core/templates/base.html index 51b8edf..f533059 100644 --- a/backend/core/templates/base.html +++ b/backend/core/templates/base.html @@ -16,7 +16,7 @@