fix(learn): Add tab text hover color on mobile (#37262)

* fix: add tab text hover color on mobile
This commit is contained in:
Ricky Syamsi
2019-10-15 09:16:40 +00:00
committed by Kristofer Koishigawa
parent 504f835b7d
commit d66a4655d1

View File

@ -27,6 +27,10 @@
font-size: 0.8em;
}
#challenge-page-tabs .nav-tabs > li > a:hover {
color: var(--gray-85);
}
#challenge-page-tabs .tab-content {
height: calc(100vh - var(--header-height, 0px) - 69px);
overflow-y: auto;