:root {
    /*文章縮要高度*/
    --postExcerpt: 50px;

    /*文章標題大小*/
    --titleSize:50px;

   /*文章內h2 標題大小 */
    --postH2Size:28px;

    /*文章照片padding內上距離*/
    --postImgPaddingUp:0px;

    /*文章照片padding內下距離*/
    --postImgPaddingDown:0px;

    /*文章照片marging內上距離*/
    --postImgMarginUp:0px;

    /*文章照片padding內下距離*/
    --postImgMarginDown:0px;
}
 /*todo : how to use the vars and not overriden by the theme style?*/
/*it seems the js is the only way to do it ?*/