diff -r c7aac4484587 -r eac9e4eb75c7 cms/app-client/app/styles/tabs/chrono.scss --- a/cms/app-client/app/styles/tabs/chrono.scss Tue Oct 18 20:34:13 2016 +0530 +++ b/cms/app-client/app/styles/tabs/chrono.scss Tue Oct 18 20:39:34 2016 +0530 @@ -3,6 +3,7 @@ text-align: center; margin: 25px 0px 50px 0px; line-height: 22px; + color: $corpus-black; } #chrono-table { @@ -14,11 +15,6 @@ overflow: hidden; } -#chrono-table .decades { - color: $medium-grey; - font-size: 13px; -} - #chrono-table input { margin: 0; } @@ -41,13 +37,14 @@ display: inline-block; margin: 0px 0px 0px 5px; cursor: pointer; - background-color: $light-blue; - color: $medium-blue; + background-color: $corpus-light-grey; + color: $corpus-black; font-size: 12px; box-sizing: border-box; } #chrono-table li.highlighted { - color: $light-white; - background-color: $medium-blue; + font-weight: bold; + color: $corpus-white; + background-color: $corpus-blue; }