Commit b9394c9a by kiiita

ウェルカムページのデザイン微修正

parent 432ac889
...@@ -25,6 +25,7 @@ $main-color: #75b3c8; ...@@ -25,6 +25,7 @@ $main-color: #75b3c8;
font-family: 'Quicksand', sans-serif; font-family: 'Quicksand', sans-serif;
font-weight: 300; font-weight: 300;
font-size: 24px; font-size: 24px;
letter-spacing: 0em;
&:hover { &:hover {
border: 1px solid #75b3c8; border: 1px solid #75b3c8;
background-color: #75b3c8!important; background-color: #75b3c8!important;
......
...@@ -13,7 +13,7 @@ $main-color: #75b3c8; ...@@ -13,7 +13,7 @@ $main-color: #75b3c8;
.background-mask { .background-mask {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(#000, .5); background-color: rgba(#000, .6);
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment