style: 微调整页背景色

This commit is contained in:
Argo Zhang 2019-08-16 11:45:31 +08:00
parent 1d295c8ff4
commit ab1b5fa0bb
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 12 additions and 0 deletions

View File

@ -151,6 +151,10 @@ aside {
}
/* color */
body {
background: #ecf0f5;
}
.header, aside .nav-brand, .userinfo .dropdown-menu, .userinfo .dropdown-item {
background: #3c8dbc;
}
@ -175,6 +179,14 @@ aside {
border-bottom: 1px solid #3c8dbc;
}
.card {
border-top-color: #3c8dbc;
}
.card:hover {
border-top-color: #2c6ca2;
}
@media (min-width: 769px) {
.header {
margin-left: 210px;