/*!
Theme Name: Pennine Technolabs
Theme URI: penninetechnolabs.com
Author: Pennine Technolabs
Author URI: penninetechnolabs.com
Description: 
Version: 2.2.2
Tested up to: 6.5.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pennine

*/

strong{ word-spacing: 2px; }

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.content-random-link {
    text-decoration: underline;
    color: #32478a;
    font-weight: 500;
}

body.dark-mode .content-random-link {
    text-decoration: underline;
    color:#9db5ff;
    font-weight: 500;
}