/* Light-theme nickname save button: keep label/icon readable on hover/focus. */
html[data-site-theme="light"] .workspace-nickname-form--clean button:hover,
html[data-site-theme="light"] .workspace-nickname-form--clean button:focus-visible {
  background: var(--ink, #111);
  color: var(--paper, #ececec);
  border-color: var(--ink, #111);
}

html[data-site-theme="light"] .workspace-nickname-form--clean button:hover .ui-icon,
html[data-site-theme="light"] .workspace-nickname-form--clean button:focus-visible .ui-icon {
  color: inherit;
  stroke: currentColor;
}
