/*
Theme Name: TheDevCave Child
Template: thedevcave
Author: TheDevCave
Author URI: https://thedevcave.com
Theme URI: https://thedevcave.com
Description: TheDevCave is the last theme you'll ever need. Welcome to the future.
Version: 2.1.1
Requires at least: 6.1
Tested up to: 6.6.2
Requires PHP: 7.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: thedevcave
*/


.wp-block-group.welcome-intro p > strong {
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
}
.wp-block-post-excerpt__more-link {
  background: var(--wp--preset--color--primary);
  padding: 14px 30px;
  border-radius: 5px;
  color: #fff !important;
  font-family: var(--wp--preset--font-family--poppins-medium);
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.wp-block-post-excerpt__more-link:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}