Skip to content

Commit

Permalink
dr
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmandc committed May 6, 2024
1 parent 222a339 commit e8fa735
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _includes/css/sotm.css
Original file line number Diff line number Diff line change
Expand Up @@ -1116,3 +1116,19 @@ h2.abstract-subtitle {
.pretix-widget-voucher {
display: none;
}


.dropdown-menu {
border: 0px none #ffffff;
background-color: rgba(255,255,255,0.9);
// background-color: $color-muted;

.dropdown-item {
padding: 0.1rem 1.25rem;
&:hover {
// background-color: rgba(210,210,210,0.5);
background-color: white;
opacity: 0.95;
}
}
}

0 comments on commit e8fa735

Please sign in to comment.