diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss index 65f2344c9..793170e75 100644 --- a/front/core/components/table/style.scss +++ b/front/core/components/table/style.scss @@ -155,7 +155,6 @@ vn-table { padding: 1.5em; width: 100%; box-sizing: border-box; - color: $color-font-secondary; } } vn-autocomplete { diff --git a/front/salix/styles/misc.scss b/front/salix/styles/misc.scss index 266994d26..3668f28aa 100644 --- a/front/salix/styles/misc.scss +++ b/front/salix/styles/misc.scss @@ -19,7 +19,7 @@ input[type=reset]::-moz-focus-inner { user-select: none; } -a , .link{ +a, .link{ color: $color-font-link; text-decoration: none; } @@ -153,7 +153,7 @@ a.vn-list-item { } .vn-list-item { padding: $pad-medium; - border-bottom: $border-thin solid $color-spacer-light; + border-bottom: $border-thin solid $color-spacer; display: block; text-decoration: none; @@ -184,7 +184,6 @@ vn-empty-rows.vn-list-item { text-align: center; padding: 1.5em; box-sizing: border-box; - color: $color-font-secondary; } /** START - FORM ELEMENTS DISABLED **/