/*
Theme Name: NovaBlog
Theme URI: https://example.com/novablog
Author: You
Author URI: https://example.com
Description: 经典型博客主题，支持自定义 Logo、版权、导航和多外观皮肤（极简/暗色/墨绿）。
Version: 1.0.0
Text Domain: novablog
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* 仅放极少量兼容样式，其余在 assets/css 中维护 */
:root{
  --bg:#f8fafc;--surface:#ffffff;--text:#1e293b;--muted:#64748b;--link:#32b9ed;--border:rgba(50,185,237,.15);
}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
body{margin:0;background:var(--bg);color:var(--text);font:16px/1.7 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;text-decoration:none}
a:hover{text-decoration:none}

/* 强制移除所有链接下划线 */
a, a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
}