Make all dropdown menus auto drop on hover.

This commit is contained in:
Leo
2024-09-13 01:17:31 -05:00
parent 57e993b536
commit 6182f81f82
4 changed files with 26 additions and 29 deletions

View File

@@ -102,9 +102,6 @@ $dropdown-link-hover-bg: hsl(200, 36%, 95%);
$card-border-width: 0;
$card-box-shadow: 0 .125rem .25rem rgba($black, .075);
// Breadcrumb
$breadcrumb-divider: quote(">");
// Code
$code-font-size: 100% !default;
$code-color: $purple !default;