style update

This commit is contained in:
root
2021-08-09 23:24:09 +08:00
parent 62fa349507
commit cd9319883b
6 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

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 {
@@ -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;
}
@@ -113,7 +113,7 @@ div .card {
}
.headerFooter {
background: #2E324C;
background: #304156;
color: white;
}