Darken inactive tag just by a hair

pull/7563/head
Thomas Stromberg 2020-04-09 18:55:05 -07:00
parent b28c3b2e7c
commit 2ed7b13edd
1 changed files with 3 additions and 3 deletions

View File

@ -24,14 +24,14 @@ div.code-tabs li.nav-tab {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
/* inactive tab (title) */
background-color: #C7EAEC; /* $mk-light */
background-color: #C5E8EA; /* $mk-light - minus two shades*/
}
/* active tab (title) */
div.code-tabs li.active {
color: #f2771a;
border-top: 1px solid #b0b6b6
border-left: 1px solid #b0b6b6
border-top: 1px solid #b0b6b6;
border-left: 1px solid #b0b6b6;
border-right: 1px solid #b0b6b6;
background: #f3f9fa; /* $mk-verylight */
font-weight: bold;