/*
Theme Name: Minimal Blog Child
Theme URI: https://example.com/minimal-blog
Description: Child theme của Minimal Blog. Thêm CSS và tùy biến của bạn ở đây để không bị mất khi cập nhật theme cha.
Author: Your Name
Author URI: https://example.com
Template: minimal-blog
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimal-blog-child
*/

/* ===========================================================
   Thêm CSS tùy biến của bạn bên dưới.
   Ví dụ — đổi màu nhấn và độ rộng tối đa:

   :root {
     --accent: #e11d48;       (đỏ hồng)
     --max-width: 1200px;
   }
   [data-theme="dark"] {
     --accent: #fb7185;
   }
   =========================================================== */
