1
Fork 0

fix(baukula): Adjust the dropdown styles.

This commit is contained in:
Bauke 2020-01-30 15:05:13 +01:00
parent 0f7257f794
commit 4461818d10
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.dropdown menu {
border: 1px solid $comment;
}

View File

@ -15,6 +15,7 @@ body.theme-dracula {
@import 'buttons';
@import 'comments';
@import 'docs';
@import 'dropdown';
@import 'extended';
@import 'html';
@import 'misc';