feat: update for multilingual support

This commit is contained in:
Henk Verlinde
2021-09-15 14:36:51 +02:00
parent 2f69479647
commit a549526f88
7 changed files with 28 additions and 21 deletions

View File

@ -431,3 +431,15 @@ button#doks-versions {
.navbar-light .navbar-nav .active .nav-link {
color: $primary;
}
.dropdown-divider {
border-top: 1px dashed $gray-200;
}
.dropdown-item:hover {
background: $gray-100;
}
.dropdown-item:active {
color: inherit;
}