diff --git a/application/dashboard/templates/add.html b/application/dashboard/templates/add.html index 39330db..8dcd3c4 100644 --- a/application/dashboard/templates/add.html +++ b/application/dashboard/templates/add.html @@ -22,7 +22,7 @@ {{ form.numberplate(class="form-input",style="width: 200px; height: 40px;") }}
- {{ form.submit(class="btn btn-sm btn-dark", style="width: 200px;") }} + {{ form.submit(class="btn btn-sm btn-secondary", style="width: 200px;") }}
diff --git a/application/dashboard/templates/base.html b/application/dashboard/templates/base.html index 4c2eef4..e7c52b7 100644 --- a/application/dashboard/templates/base.html +++ b/application/dashboard/templates/base.html @@ -44,7 +44,7 @@ .dark-mode .btn { background-color: #444 !important; color: #e0e0e0 !important; - border-color: #666 !important; + border-color: #333 !important; } .dark-mode .btn:hover { @@ -52,6 +52,10 @@ color: #fff !important; } + .dark-mode .badge.bg-secondary { + background-color: #444 !important; + color: #e0e0e0 !important; + } .dark-mode .logout-btn { background-color: #212529 !important; color: #fff !important; @@ -97,6 +101,7 @@ +