/* CYBERLOG 首页额外样式 */

/* 隐藏失败状态（仅隐藏旧版 .news-failed 占位符，保留 .news-loading / .news-empty / .news-error 的正常显示）
   Bug Fix: 原规则错误地将 .news-loading / .news-empty / .news-error 一并隐藏，
   导致新闻加载状态和空/错误提示永远不可见。 */
.news-failed { display: none !important; }

/* 修复颜色 */
.preview-markdown a, .markdown-body a, a.text-cyan-400 { color: #ffcc00 !important; }
.preview-markdown a:hover { color: #00ff9d !important; }
.preview-markdown h1, .preview-markdown h2, .preview-markdown h3 { color: #00ff9d !important; }
.preview-markdown em { color: #ffcc00 !important; }
.preview-markdown strong { color: #00ff9d !important; }


