Design changes, add portraits, about page changes, tweaks
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user