OAuth & SSH Keygen

This commit is contained in:
2022-05-01 20:20:59 +00:00
parent 155afadba9
commit 60f182b99d
15 changed files with 1494 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ body {
height: 80%;
margin: 2vw;
padding: 2vw;
color: white;
color: #79F257;
border: 2px solid #377326;
border-radius: 1em;
}
@@ -43,6 +43,12 @@ span {
display: block;
}
.message {
width: 100%;
text-align: center;
display: block;
}
.button {
margin: 8px;
}
@@ -59,4 +65,8 @@ span {
text-align: center;
display: block;
color: #377326;
}
.keyButton {
margin: 1px;
}