/*
Theme Name: The Kindness Theme by Krome
Theme URI: https://www.krome.sg/
Author: Krome Singapore
Author URI: https://www.krome.sg/
Description: The Kindness Theme
Version: 1.3
Type: Responsive - From Desktop
*/
/*
* READ ME:
* Stylesheet can be found in the functions.php file
*/
.wp-dark-mode-active .posts-might-like.shadow{
	box-shadow: rgb(255 255 255 / 15%) 0px 0.5rem 1rem !important;
	border: 1px solid #ddd;
}
.wp-dark-mode-active .newLatestPosts a{
	color: rgb(210, 204, 194);
}