refactor(theme): update theme colors

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2023-02-26 22:36:19 +00:00
parent d3be37a683
commit 5524592b14
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

8
public/app.css vendored
View File

@ -4,20 +4,20 @@
} }
.navbar { .navbar {
background: rgb(0, 50, 73); background: rgb(23, 2, 41);
} }
.footer-grad { .footer-grad {
background: rgb(0, 50, 73); background: rgb(23, 2, 41);
} }
.top-nav-collapse { .top-nav-collapse {
background-color: #003249; background-color: #170229;
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
.navbar { .navbar {
background-color: #003249; background-color: #170229;
} }
} }