style(next): add some translucency to the help dialog

This commit is contained in:
Adorian Doran 2025-01-08 23:44:57 +02:00
parent ad77ff11ad
commit 55048e36e7

View File

@ -1563,6 +1563,11 @@ body .calendar-dropdown-widget .calendar-body a:hover {
/* Help */
.help-dialog .modal-content {
--modal-background-color: #fffc;
backdrop-filter: blur(10px);
}
.help-dialog .help-cards {
display: block;
columns: 3;