/*
Theme Name: SmartCreation
Theme URI: https://www.SmartCreation.net/
Description: SmartCreation Main WordPress Template.
Author: SC
Author URI: https://www.SmartCreation.net/
Template: oceanwp
Version: 1.0
*/

/* ازالة الفلاش الازرق على اي رابط او كبسة على نسخة الموبايل */
a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}