feat: Add plugin settings, improve internal link handling, and apply a default border to menu items.

This commit is contained in:
2025-11-20 22:12:00 -05:00
parent 8b9e092329
commit fd6cf15700
4 changed files with 321 additions and 194 deletions

View File

@@ -128,6 +128,7 @@
font-size: 0.9em;
font-weight: normal;
color: var(--text, var(--text-normal));
border: 1px solid var(--border, var(--background-modifier-border));
background: var(--bg, transparent);
font-family: var(--font, inherit);