/* Footer 文字颜色自适应主题 */

/* 浅色主题：黑色文字 */
#footer,
#footer .copyright,
#footer .framework-info,
#footer .footer-copyright,
#footer .footer_custom_text,
#footer-wrap,
#footer-wrap .copyright,
#footer-wrap .framework-info {
  color: #333 !important;
}

#footer a,
#footer-wrap a {
  color: #555 !important;
}

#footer a:hover,
#footer-wrap a:hover {
  color: #49B1F5 !important;
}

/* 深色主题：白色文字 */
[data-theme="dark"] #footer,
[data-theme="dark"] #footer .copyright,
[data-theme="dark"] #footer .framework-info,
[data-theme="dark"] #footer .footer-copyright,
[data-theme="dark"] #footer .footer_custom_text,
[data-theme="dark"] #footer-wrap,
[data-theme="dark"] #footer-wrap .copyright,
[data-theme="dark"] #footer-wrap .framework-info {
  color: #ccc !important;
}

[data-theme="dark"] #footer a,
[data-theme="dark"] #footer-wrap a {
  color: #ddd !important;
}

[data-theme="dark"] #footer a:hover,
[data-theme="dark"] #footer-wrap a:hover {
  color: #49B1F5 !important;
}

