/* ==========================================================================
 * LINEAGE THEME - DARK MODE OVERRIDES
 * ==========================================================================
 * 
 * TABLE OF CONTENTS:
 * 1. Global Dark Mode Overrides
 * 
 * TODO [CUSTOMIZATION]:
 * - If you append `.dark` to any utility classes in the HTML (e.g. `dark:bg-bgDark`),
 *   you do not inherently need to add custom CSS here. 
 * - Only use this file for pseudo-selectors or complex webkit features that 
 *   cannot be achieved with Tailwind's inline `dark:` prefix.
 * ========================================================================== */

/* --------------------------------------------------------------------------
 * 1. Global Dark Mode Overrides
 * -------------------------------------------------------------------------- */
/* Dark Mode Overrides */
.dark .text-outline {
  -webkit-text-stroke: 1.5px #f9f6f0;
}
