fix: 背景模様の透明度を変更
This commit is contained in:
parent
c6a48d2902
commit
6dd4121cee
@ -113,7 +113,7 @@
|
|||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
background-image: url(../images/bg.png);
|
background-image: url(../images/bg.png);
|
||||||
background-size: 15px;
|
background-size: 15px;
|
||||||
opacity: 0.6;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -113,7 +113,7 @@
|
|||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
background-image: url(../images/bg.png);
|
background-image: url(../images/bg.png);
|
||||||
background-size: 15px;
|
background-size: 15px;
|
||||||
opacity: 0.6;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -113,7 +113,7 @@
|
|||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
background-image: url(../images/bg.png);
|
background-image: url(../images/bg.png);
|
||||||
background-size: 15px;
|
background-size: 15px;
|
||||||
opacity: 0.6;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user