/*
 Theme Name:   LoliMeow Child（阳摆摆成长营）
 Theme URI:    https://www.yangbaibai.vip
 Description:  lolimeow 子主题 —— 首页改版 + 天青配色覆盖。主题升级不会丢失改动。
 Author:       阳摆摆
 Template:     lolimeow-lolimeowV13.13
 Version:      1.0.0
*/

/* ============================================================
   天青配色覆盖（原父主题紫色主色 #8b3dff 系列）
   与父主题 style.css 末尾的覆盖重复也无害，双保险防升级丢失
   ============================================================ */
:root {
  --bs-primary: #0ea5e9;
  --bs-link-color: #0ea5e9;
  --bs-link-hover-color: #0284c7;
}

.btn-primary,
.btn-primary:visited {
  background-color: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0284c7 !important;
  border-color: #0284c7 !important;
}
.btn-outline-primary {
  color: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
}
.btn-outline-primary:hover {
  background-color: #0ea5e9 !important;
  color: #fff !important;
}
a:hover { color: #0284c7; }

/* 主题常见天青点缀（按实际效果可继续补充） */
.text-primary { color: #0ea5e9 !important; }
.bg-primary { background-color: #0ea5e9 !important; }
