/*
 * Lexxy Editor Overrides - Browser default colors
 */

:root {
  /* Standard color overrides */
  --lexxy-color-selected: #e0e0e0;
  --lexxy-color-selected-hover: #d0d0d0;
  --lexxy-focus-ring-color: #0066cc;
}

/* Toolbar button visibility */
.lexxy-editor__toolbar-button {
  color: #333;
}

.lexxy-editor__toolbar-button:hover {
  background-color: #e0e0e0;
}

.lexxy-editor__toolbar-button[aria-pressed="true"] {
  background-color: #0066cc;
  color: white;
}
