Updated colors and padding

This commit is contained in:
Jake Bonham
2019-05-22 10:39:19 -07:00
committed by mDuo13
parent ae74dedc4b
commit e2ab0bb184
3 changed files with 54 additions and 15 deletions

View File

@@ -473,3 +473,33 @@ aside a.active-parent {
font-family: "Space Mono", monospace;
font-weight: 700;
}
/* Code Tabs ---------------------------------------------------------------- */
.multicode {
color: $black;
}
.multicode a.current {
background-color: $gray-200;
color: $black;
}
.multicode a,
a.current {
color: $black;
}
.multicode li {
border-color: $gray-300;
}
.code_sample pre code {
background-color: $gray-200;
}
.multicode a:hover {
color: $black;
border-bottom: 1px solid $black;
padding-bottom: 7px;
}