refactor(theme): update theme to better fit updated logo
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
10
public/app.css
vendored
10
public/app.css
vendored
@@ -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
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 |
Reference in New Issue
Block a user