athenahr/public/app.css
miguel456 5524592b14
refactor(theme): update theme colors
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 22:36:19 +00:00

36 lines
490 B
CSS
Executable File

.view {
background: url("/slides/homepage.jpg")no-repeat center center;
background-size: cover;
}
.navbar {
background: rgb(23, 2, 41);
}
.footer-grad {
background: rgb(23, 2, 41);
}
.top-nav-collapse {
background-color: #170229;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: #170229;
}
}
html,
body,
header,
.view {
height: 100%;
}
.jumbotron-header {
height: 200px;
width: 100%;
margin-bottom: 20px;
}