style update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user