Skip to content

CSS Change X button color

giomango edited this page Jun 23, 2023 · 2 revisions

CSS snippet

.close:before,
.close:hover:before {
  background-image: url('data:image/svg+xml;utf8,<svg stroke="white" stroke-width="4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');
}
Clone this wiki locally