style update

This commit is contained in:
root
2021-08-09 23:24:09 +08:00
parent 2aa98c4f17
commit 7482d0a1ae
10 changed files with 29 additions and 29 deletions

View File

@@ -9,7 +9,7 @@
border: 1px solid rgba(0, 0, 0, .125);
border-radius: 5px;
background: white;
color: #2E324C;
color: #304156;
}
.userName:hover {
@@ -22,17 +22,17 @@
#horiNav {
padding-top: 10px;
border: 1px solid rgba(0, 0, 0, .05);
background: #f8f9fa;
background: #e9f6ff;
}
#outputNav {
padding-top: 10px;
border: 1px solid rgba(0, 0, 0, .05);
background: #f8f9fa;
background: #e9f6ff;
}
div .card {
background: #f8f9fa;
background: #e9f6ff;
}
#main {
@@ -85,16 +85,16 @@ div .card {
.projectLine.collapsed {
background: #D5D6DB;
color: #2E324C;
color: #304156;
}
.projectLine {
background: #2E324C;
background: #304156;
color: white;
}
.projectLine.collapsed:hover {
background: #2E324C;
background: #304156;
color: white;
}
@@ -111,7 +111,7 @@ div .card {
}
.headerFooter {
background: #2E324C;
background: #304156;
color: white;
}