refactor(theme): update theme colors
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
d3be37a683
commit
5524592b14
8
public/app.css
vendored
8
public/app.css
vendored
@ -4,20 +4,20 @@
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background: rgb(0, 50, 73);
|
||||
background: rgb(23, 2, 41);
|
||||
}
|
||||
|
||||
.footer-grad {
|
||||
background: rgb(0, 50, 73);
|
||||
background: rgb(23, 2, 41);
|
||||
}
|
||||
|
||||
.top-nav-collapse {
|
||||
background-color: #003249;
|
||||
background-color: #170229;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navbar {
|
||||
background-color: #003249;
|
||||
background-color: #170229;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user