lumen: tweak thead-dark, closes #862

This commit is contained in:
Thomas Park
2018-10-02 12:46:52 -04:00
parent 197738fa16
commit a53d1011b5
6 changed files with 2 additions and 22 deletions

View File

@@ -123,11 +123,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400
color: #fff;
}
.thead-dark th {
background-color: $primary;
border-color: $primary;
}
&-primary {
&, > th, > td {
background-color: $primary;

View File

@@ -9589,11 +9589,6 @@ a.text-dark:hover, a.text-dark:focus {
color: #fff;
}
.table .thead-dark th {
background-color: #158CBA;
border-color: #158CBA;
}
.table-primary, .table-primary > th, .table-primary > td {
background-color: #158CBA;
}

File diff suppressed because one or more lines are too long

View File

@@ -123,11 +123,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400
color: #fff;
}
.thead-dark th {
background-color: $primary;
border-color: $primary;
}
&-primary {
&, > th, > td {
background-color: $primary;

View File

@@ -9589,11 +9589,6 @@ a.text-dark:hover, a.text-dark:focus {
color: #fff;
}
.table .thead-dark th {
background-color: #158CBA;
border-color: #158CBA;
}
.table-primary, .table-primary > th, .table-primary > td {
background-color: #158CBA;
}

File diff suppressed because one or more lines are too long