<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Url span
 * @author    Alex Kovalev &lt;alex.kovalevv@gmail.com&gt;, Github: https://github.com/alexkovalevv
 * @copyright (c) 17.11.2017, Webcraftic
 * @version 1.0
 */

.wbcr-clearfy-pseudo-link {
    color: #008acf;
    cursor: pointer;
    text-decoration: underline;
}

.wbcr-clearfy-pseudo-link:hover {
    text-decoration: none;
}</pre></body></html>