.dark-mode-toggle{appearance:none;-webkit-appearance:none;display:inline-grid;place-items:center;min-width:38px;min-height:34px;padding:6px 10px;border:1px solid rgba(30,30,30,.28)!important;outline:0!important;border-radius:4px;background:#f3f3f3;color:#222;line-height:1;box-shadow:none!important;cursor:pointer}
.dark-mode-toggle:hover{border-color:rgba(30,30,30,.48)!important;background:#e9e9e9}
.dark-mode-toggle:focus{outline:0!important}
.dark-mode-toggle:focus-visible{outline:2px solid currentColor!important;outline-offset:2px}
html.dark .dark-mode-toggle{border-color:rgba(255,255,255,.32)!important;background:#1e1e1e;color:#eee}
html.dark .dark-mode-toggle:hover{border-color:rgba(255,255,255,.5)!important;background:#282828}
