Changing to self hosting, restructure, logo and color changes

This commit is contained in:
Moris Zen
2018-08-29 14:05:56 +02:00
parent cb2e52dbf9
commit 9e16924bfb
14 changed files with 829 additions and 35 deletions

View File

@@ -1,3 +1,7 @@
body {
background-color: #5763ab;
}
.bg-saburly-indigo {
background: rgb(69, 76, 183);
background: linear-gradient(
@@ -90,7 +94,7 @@
max-height: 3rem;
}
.border-bottom-saburly {
.saburly-bottom-shadow {
box-shadow: 0 6px 14px 0 rgba(51, 6, 13, 0.04),
0 2px 3px 0 rgba(51, 6, 13, 0.12);
}
@@ -103,10 +107,10 @@
color: #8e7cb7;
}
h1,
h2,
h3,
h4,
h5 {
color: #032363 !important;
.saburly-main-bg {
background-color: #5763ab;
}
.saburly-logo {
margin-bottom: -0.4rem;
}