/*
Theme Name: mygalgame2
Theme URI: https://www.mygalgame.com
Description: 基于Bootstrap3.0的WordPress主题，由zanblog主题更改而来
Author: 佚站互联
Author URI: http://www.yeahzan.com/
Version: 2.1.0
Tags: zanblog，Bootstrap3, 扁平化设计, 精致简约
*/
body {
  background-image: url('/wp-content/themes/mygalgame2/ui/images/bg4.gif');
  background-repeat: repeat; /* 背景图像将重复平铺 */
  background-size: auto; /* 不改变图片的尺寸，保持原始大小 */
  background-position: top left; /* 背景图像从左上角开始 */
}

