issue #12 Change color thema.
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
width: 620px;
|
width: 620px;
|
||||||
height: 830px;
|
height: 830px;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
background-color: rgba(50,40,26, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
padding: 0px 12px 0px 12px;
|
padding: 0px 12px 0px 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,6 @@
|
|||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
background-color: rgba(50,40,26, 0.7);
|
background-color: rgba(19, 21, 23, 0.6);
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
@@ -133,7 +133,7 @@ div#sm_item_icon {
|
|||||||
width: 360px;
|
width: 360px;
|
||||||
height: 734px;
|
height: 734px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
background-color: rgba(50,40,26, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ body {
|
|||||||
/* background-image: url(./images/bg_language_welcome_box.png);
|
/* background-image: url(./images/bg_language_welcome_box.png);
|
||||||
background-size: cover; */
|
background-size: cover; */
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background: linear-gradient(rgba(50,40,26,0.7),rgba(50,46,26,0.85));
|
background: linear-gradient(rgba(45,45,45,0.6),rgba(16,16,16,0.7));
|
||||||
border-radius: 11px;
|
border-radius: 11px;
|
||||||
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
|
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user