/* themes/theme-modern-blue.css - 修正页脚颜色 */
:root {
    --bg: #f0f2f5;           /* 整体背景：极浅灰蓝 */
    --main: #ffffff;         /* 主内容区背景：纯白 */
    --text: #29333d;         /* 主要文字：深灰蓝 */
    --text-light: #5c6c7b;   /* 次要文字：中灰蓝 */
    --accent: #007bff;       /* 强调色/链接色：亮天蓝 */
    --border: #e3e9ef;       /* 边框：浅灰蓝 */
    --tag-bg: #e6edf3;       /* 标签背景：淡蓝灰 */
    --tag-color: #3498db;    /* 标签文字：与强调色一致 */
    --footer-bg: #29333d;    /* 页脚背景：深灰蓝 (与默认文本色相同，达到黑色效果) */
    --footer-color: #f6f9fb; /* 页脚文字：极浅灰蓝 (与背景色匹配，看起来是浅色) */
    --footer-link: #ffffff;  /* 页脚链接：纯白 */
    --logo-brightness: 1.06; /* Logo亮度调整 */
}