/*
 Theme Name:   NewsCard Child
 Theme URI:    https://eventsincollingwood.ca
 Description:  Child theme for NewsCard
 Author:       Julian Lankstead
 Author URI:   https://eventsincollingwood.ca
 Template:     newscard
 Version:      1.0.0
*/

/* Custom child theme styles below */
/* Update text selection color site-wide */
::selection {
    background-color: #9ac9f9; /* your brand blue */
    color: #000; /* optional: text color on highlight */
}

/* For Firefox */
::-moz-selection {
    background-color: #9ac9f9;
    color: #000;
}