/*
Theme Name: Puock
Theme URI: https://github.com/Licoy/wordpress-theme-puock
Author: Licoy
Author URI: https://github.com/Licoy/wordpress-theme-puock
Description: 支持暗黑与白天模式的自适应多风格主题！
Version: 2.8.16
Tags: 高颜值, 自适应, 暗黑模式, 多模块, SEO, 无刷新加载
*/

.wrapper{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#content,#post{
    flex: 1;
}
#footer .info{
    color: #fff;
   
}