4,090
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
/* Change text color of links on hover */ | /* Change text color of links on hover */ | ||
a:hover { | a:hover { | ||
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto; | |||
} | } | ||
/* Change text color of links on focus */ | /* Change text color of links on focus */ | ||
a:focus { | a:focus { | ||
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto; | |||
} | } | ||