fix: 背景模様の透明度を変更

This commit is contained in:
yuki540 2018-04-18 09:42:56 +09:00
parent c6a48d2902
commit 6dd4121cee
3 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@
width: 100%; height: 100%;
background-image: url(../images/bg.png);
background-size: 15px;
opacity: 0.6;
opacity: 0.4;
}
}
}

View File

@ -113,7 +113,7 @@
width: 100%; height: 100%;
background-image: url(../images/bg.png);
background-size: 15px;
opacity: 0.6;
opacity: 0.4;
}
}
}

View File

@ -113,7 +113,7 @@
width: 100%; height: 100%;
background-image: url(../images/bg.png);
background-size: 15px;
opacity: 0.6;
opacity: 0.4;
}
}
}