/*
Theme Name: Emby
Theme URI: http://example.com/emby
Author: Your Name
Author URI: http://example.com
Description: A simple and clean WordPress theme called Emby.
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emby
*/
/* 主题的基本样式 */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #3d3939;
    color: #ffffff;
}
.modal-container{
    padding-bottom: 70px;
}
.container {
    padding-bottom: 100px !important;
}