/*
Theme Name: OneDong
Theme URI: https://github.com/webzol/dongS
Author: TD
Author URI: https://github.com/webzol
Description: OneDong 是一款高度还原 suxing.me（Alright 主题）风格的 WordPress 经典博客主题。三栏布局（左作者卡 + 中文章流 + 右侧栏）、上图下文 list-item 卡片、suxing 灰阶 + blue 主色、h2 色条、正文红色 inset 下划线、药丸标签、毛玻璃顶栏，并内置浅色/暗色双模式（自动跟随系统 + 手动切换 + 记忆）。
Version: 2.3.7
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: onedong
Tags: blog, three-columns, two-columns, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, full-width-template
*/

/* 实际样式拆分在 assets/css/ 下,经 functions.php 通过 wp_enqueue_style 加载:
   tokens.css → base.css → code.css → layout.css
   本文件主要承载主题头注释(WordPress 据此识别主题)。 */

/* —— 极少量兜底:无 JS / 未加载 assets 时的最基础表现 —— */
:root { color-scheme: light dark; }
