refactor(theme): update theme to better fit updated logo

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-02-26 04:28:57 +00:00
parent c48f2a9ec2
commit ea44af003c
5 changed files with 14 additions and 15 deletions

10
public/app.css vendored
View File

@@ -4,22 +4,20 @@
}
.navbar {
background: rgb(132,235,173);
background: linear-gradient(90deg, rgba(132,235,173,1) 10%, rgba(110,182,207,1) 29%, rgba(109,146,255,1) 92%);
background: rgb(0, 50, 73);
}
.footer-grad {
background: rgb(132,235,173);
background: linear-gradient(90deg, rgba(132,235,173,1) 10%, rgba(110,182,207,1) 29%, rgba(109,146,255,1) 92%);
background: rgb(0, 50, 73);
}
.top-nav-collapse {
background-color: #4285F4;
background-color: #003249;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: #4285F4;
background-color: #003249;
}
}

BIN
public/slides/homepage.jpg Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 672 KiB