
/*
 Theme Name: BlogHash Child Pro
 Theme URI: https://sugarlovershub.co.ke
 Description: SEO-optimized, lightweight BlogHash child theme with performance boosts and Sugarlovershub gradient styling.
 Author: Illest Denty
 Author URI: https://sugarlovershub.co.ke
 Template: bloghash
 Version: 1.1.0
*/

:root{
  --sl-gradient: linear-gradient(135deg, #ff4ecd, #ffb86c);
}

/* Header & links */
.site-title a,
a:hover{
  background: var(--sl-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
button,
input[type="submit"]{
  background: var(--sl-gradient);
  border: none;
  color: #fff;
  border-radius: 6px;
}

/* Performance-friendly tweaks */
img{
  max-width:100%;
  height:auto;
}
