Improve open-with dropdown

This commit is contained in:
2024-10-22 11:27:58 +02:00
parent 96254b38be
commit 4534147050
3 changed files with 55 additions and 14 deletions

View File

@@ -53,6 +53,11 @@ main header .meta .name a {
background-color: #f1f1f1;
}
.dropdown-content h4.title {
color: #888;
border-color: #f1f1f1;
}
.dropdown:hover .dropdown-button {
background-color: #fff;
border-color: #fff;