/* theme-addon.php — dodatek motywu (bez zmian layoutu) */
html[data-theme="dark"] body { background: #0e1116 !important; color: #e5e7eb !important; }
html[data-theme="dark"] a { color: #8ab4f8 !important; }
.theme-toggle { display: inline-flex; gap: 6px; align-items: center; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 2px; background: rgba(127,127,127,.06); }
html[data-theme="dark"] .theme-toggle { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.theme-toggle button { appearance: none; border: 0; background: transparent; cursor: pointer; padding: 6px 10px; border-radius: 10px; font-weight: 600; }
.theme-toggle button[aria-pressed="true"] { background: #2b6cb0; color: #fff; }
