font and color changed
This commit is contained in:
parent
8f16132d05
commit
7a4595c546
1 changed files with 9 additions and 7 deletions
|
@ -25,9 +25,10 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
|
||||
</div>
|
||||
<style>
|
||||
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:800|Roboto+Condensed:700i"); */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Sevillana&display=swap');
|
||||
body {
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
min-height: 600px;
|
||||
height: 100%;
|
||||
|
@ -47,16 +48,17 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
margin-top: -25px;
|
||||
margin-left: -150px;
|
||||
text-align: center;
|
||||
font-family: "Sevillana", cursive;
|
||||
font-family: "Petit Formal Script", cursive;
|
||||
font-size: 3em;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#scene {
|
||||
/* position: fixed; */
|
||||
/* top: 20%; */
|
||||
left: 40%;
|
||||
left: 30%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
@ -114,7 +116,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
/* margin-top: -90px;
|
||||
margin-left: -50px; */
|
||||
text-align: center;
|
||||
font-family: "Sevillana", cursive;
|
||||
font-family: "Petit Formal Script", cursive;
|
||||
font-size: 10em;
|
||||
color: #FFD700;
|
||||
transform: scale(0.5);
|
||||
|
@ -137,7 +139,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
|
||||
#scene.expand {
|
||||
width: 140%;
|
||||
left: -20%;
|
||||
left: -10%;
|
||||
margin-left: 0;
|
||||
background-color: rgb(32,32,32);
|
||||
box-shadow: 0 0 0 red inset;
|
||||
|
|
Loading…
Reference in a new issue