diff --git a/src/frontend/scss/_variables.scss b/src/frontend/scss/_variables.scss index aaf41a35..2033d59f 100644 --- a/src/frontend/scss/_variables.scss +++ b/src/frontend/scss/_variables.scss @@ -9,5 +9,6 @@ $red: #fe3925; // Relative path the the fontawesome webfonts (from the compiled CSS file) $fa-font-path: '../font'; -$unread-color: lighten($red, 20%); $read-color: lighten($blue, 15%); +$table-head-color: #495057; +$unread-color: lighten($red, 20%);