1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 05:07:49 +02:00

Update default.css

This commit is contained in:
Sergey Romanenko
2014-02-14 10:24:16 +02:00
parent 3e4bd66e16
commit 80582f2c9f

View File

@@ -52,6 +52,9 @@ a.monstra-blog-tag {
}
.masthead {
background: -webkit-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
background: -moz-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
background: -o-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
background: linear-gradient(45deg, #412e4c, #a56365, #b39c68);
}
@@ -123,4 +126,4 @@ a.navbar-brand {
footer {
padding-bottom: 40px;
color: #aaa;
}
}