Commit efb0b9b7 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

style: fix top menu tabs style (active)

parent ad3265d3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -24,3 +24,5 @@

/public/
/.npm/
/.docusaurus/
/node_modules/
 No newline at end of file
+2 −3
Original line number Diff line number Diff line
@@ -65,12 +65,11 @@ body, input {
  line-height: 2.25rem;
}

.md-tabs__link--active, .md-tabs__link:hover {
.md-tabs__item--active .md-tabs__link, .md-tabs__link:hover {
  color: #ff7900;
  opacity: 1;
}

.md-tabs__link--active {
.md-tabs__item--active {
  border-bottom: .2rem solid #ff7900;
}