--- title: document.vlinkColor slug: Web/API/Document/vlinkColor tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Document/vlinkColor ---
{{ ApiRef() }}
Zwraca/ustawia kolor odwiedzonych linków w dokumencie.
kolor = document.vlinkColor document.vlinkColor =kolor
kolor
jest ciągiem zawierającym nazwę koloru (np. "blue", "darkblue", itp.) lub wartość szesnastkową (np. "#fefdf8").Domyślną wartością tej własności jest purple .
DOM Level 0 - brak w specyfikacji.
{{ languages( { "en": "en/DOM/document.vlinkColor" } ) }}