diff --git a/README.md b/README.md index ab6a37c..308ee1a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # MobaXterm-GenKey -  - -  + +  + + +**FOR EDUCATIONAL AND TESTING PURPOSE ONLY** ## Demo @@ -27,9 +29,10 @@ docker run -d -p 5000:5000 seeleo/mobaxterm-genkey:latest ## Screenshot - + ## Credits > - https://github.com/flygon2018/MobaXterm-keygen +> - https://github.com/malaohu/MobaXterm-GenKey > - https://51.ruyo.net/17008.html diff --git a/index.html b/index.html index f14bf1c..128b814 100644 --- a/index.html +++ b/index.html @@ -20,13 +20,16 @@ background: #f5f5f5; } - .container { - margin-bottom: 10px; + h1 { + color: #303F9F; + text-justify: newspaper; + text-align: justify; + margin-bottom: 20px; } - h1 { - color: #6C809A; - text-justify: newspaper; + .container { + margin-top: 10px; + margin-bottom: 10px; } button { @@ -55,6 +58,7 @@ font-family: Roboto, Arial, sans-serif; font-size: 15px; background-color: #242424; + color: #212121; } form { @@ -82,11 +86,6 @@ opacity: 0.8; } - .formcontainer { - text-align: left; - margin: 24px 50px 12px; - } - .container { padding: 16px 0; text-align: left; @@ -98,7 +97,7 @@ } .github span { - color: #242424; + color: #212121; font-size: smaller; } @@ -114,19 +113,17 @@ } #btn-reset { - background-color: #75BBA7; + background-color: #757575; } #btn-submit { - background-color: #6C809A; + background-color: #3F51B5; }