From 700e35af7b95a86aa5a59245c2a76bcadc610030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 27 Feb 2025 12:46:11 +0100 Subject: [PATCH] fix css --- templates/base.html | 9 +++++++-- templates/devices.html | 5 +---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index 1d7385b..5bf6b3d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -146,8 +146,13 @@ } /* --- Przyciski (dla niezalogowanych) --- */ body.light-mode .navbar .btn { - margin-left: 0.5rem; - transition: background-color 0.3s ease, color 0.3s ease; + background: none !important; + border: none !important; + box-shadow: none !important; + padding: 0 !important; + margin: 0 0.5rem !important; + color: inherit !important; + font-size: inherit !important; } body.light-mode .navbar .btn-outline-primary:hover { background-color: #007bff; diff --git a/templates/devices.html b/templates/devices.html index d346457..55b62c5 100644 --- a/templates/devices.html +++ b/templates/devices.html @@ -3,16 +3,13 @@ {% block extra_head %}