diff --git a/public/index.html b/public/index.html index f4a0641..efa93a6 100644 --- a/public/index.html +++ b/public/index.html @@ -354,6 +354,9 @@ } button::before { content: '[ '; } button::after { content: ' ]'; } + /* Suppress bracket pseudo-elements for tab/nav buttons and inline-styled sub-tabs */ + button.tab::before, button.tab::after, + button[style*="border:none"]::before, button[style*="border:none"]::after { content: none; } button:hover { background: rgba(0, 255, 65, 0.15); color: var(--terminal-amber); @@ -841,12 +844,12 @@