Testing sidebar filter

This commit is contained in:
Jake
2021-11-24 10:23:55 -07:00
committed by mDuo13
parent 72c18f32e5
commit 0de299b73a
5 changed files with 102 additions and 7 deletions

View File

@@ -340,6 +340,19 @@ aside .active > a:hover {
background-color: $light-standout-bg;
box-shadow: $light-box-shadow;
}
#code-samples-deck {
.card {
box-shadow: $light-box-shadow;
}
.card-header {
border-bottom: none;
background-color: $light-standout-bg;
}
.card-footer {
background-color: $light-standout-bg;
}
}
// FAQ
.page-faq,