Your IP : 216.73.216.123


Current Path : /home/smartbloks/.trash/extendify/utility-framework/classes/
Upload File :
Current File : /home/smartbloks/.trash/extendify/utility-framework/classes/text-stroke.css

.text-stroke {
    -webkit-text-stroke-width: var(
        --wp--custom--typography--text-stroke-width,
        2px
    );
    -webkit-text-stroke-color: var(--wp--preset--color--background);
}

.text-stroke--primary {
    -webkit-text-stroke-width: var(
        --wp--custom--typography--text-stroke-width,
        2px
    );
    -webkit-text-stroke-color: var(--wp--preset--color--primary);
}

.text-stroke--secondary {
    -webkit-text-stroke-width: var(
        --wp--custom--typography--text-stroke-width,
        2px
    );
    -webkit-text-stroke-color: var(--wp--preset--color--secondary);
}