more menu styling

This commit is contained in:
sefaria
2026-05-23 00:17:23 +02:00
parent 362fa4ef58
commit 013e125f37
+3
View File
@@ -361,6 +361,9 @@ button, .link-button, .logo {
border-radius: var(--radius-xxl); border-radius: var(--radius-xxl);
box-shadow: var(--shadow-button); box-shadow: var(--shadow-button);
text-decoration: none; text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
} }
.logo { .logo {