Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#ca-edit a {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
  text-decoration-line: none;

}

#ca-edit a::after {
  content: '📝';
  text-indent: 0;
  display: block;
  line-height: initial;
  font-size: x-large;
}

/* Replace watch images with ones that appear better in negative */
.vectorTabs #ca-unwatch.icon a {
  background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cpath fill=%22%23000%22 stroke=%22%23000%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E") !important;
}

.vectorTabs #ca-watch.icon a {
  background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23000%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E") !important;
}

/* Work on replacing the watch images with star characters */

.vectorTabs #ca-unwatch.icon span::after {
  content: '★';
}

.vectorTabs #ca-watch.icon span::after {
  content: '☆';
}