/**
 * Stylesheet for Disable Title Links
 *
 * @package DisableTitleLinks
 */

.entry-title a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    cursor: default;
}