Files
SimpleWebConf.github.io/css/custom.css
Alex Korzhikov 7765cc992d small fix coc - remove top arrow
remove bold logo on scroll
2021-04-04 19:29:50 +02:00

34 lines
609 B
CSS

.small-footer-text p {
font-size: .5em;
}
.btn.btn-primary.big-red-button {
background: #f44336;
padding: 1em 2em;
font-size: 1.2em;
}
#fh5co-intro {
padding-bottom: 0px;
}
#navbar-2nd-logo img {
float: right;
max-height: 55px;
position: absolute;
top: 0;
left: 100px;
}
.navbar-fixed-top .navbar-2nd-logo p {
color: rgba(0, 0, 0, 0.5);
}
.navbar-fixed-top .navbar-brand {
white-space: nowrap;
margin-left: -30px;
}
.navbar-fixed-top .navbar-brand img {
filter: invert(50%)
}
.navbar-fixed-top .navbar-2nd-logo img {
/* filter: invert(100%); */
}