summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/tables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/tables.scss')
-rw-r--r--app/assets/stylesheets/framework/tables.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss
index ba406bac50b..514bd090e28 100644
--- a/app/assets/stylesheets/framework/tables.scss
+++ b/app/assets/stylesheets/framework/tables.scss
@@ -15,11 +15,11 @@ table {
.warning,
.danger,
.info {
- color: $white-light;
+ color: $white;
a:not(.btn) {
text-decoration: underline;
- color: $white-light;
+ color: $white;
}
}
@@ -53,7 +53,7 @@ table {
.thead-white {
th {
- background-color: $white-light;
+ background-color: $white;
color: $gl-text-color-secondary;
border-top: 0;
}