Design changes, add portraits, about page changes, tweaks

This commit is contained in:
Moris Zen
2018-09-05 00:07:15 +02:00
parent b1236f42d3
commit cdd5c84e08
26 changed files with 473 additions and 100 deletions

View File

@@ -131,6 +131,14 @@ body {
background-color: #5763ab;
}
.saburly-menu {
background-color: rgba(87, 99, 171, 1);
}
.headroom--scrolled .saburly-menu {
background-color: rgba(87, 99, 171, 0.9);
}
.saburly-logo {
max-height: 22px;
}
@@ -164,3 +172,7 @@ a {
.pointer {
cursor: pointer;
}
.bg-white-opacity {
background: rgba(255, 255, 255, 0.9);
}