terribleMia’s avatarterribleMia’s Twitter Archive—№ 6,133

    1. What color is this text in browsers… with var support / without var support? html { color: blue; color: var(--undefined); }
  1. …in reply to @TerribleMia
    Followup: what color is this text? html { color: blue; color: not-blue; }