add key pairs for encryption, as well as better styling for posts page

This commit is contained in:
Mystikfluu
2022-06-15 00:16:16 +02:00
parent 286fe9d74b
commit 3fe83455a3
10 changed files with 241 additions and 122 deletions
+6 -5
View File
@@ -7,7 +7,7 @@
}
.self {
color: gray;
color: white;
}
#username-self {
@@ -27,7 +27,7 @@
}
#posts > div {
background-color: darkgray;
background-color: #303034;
padding-left: 5px;
padding-bottom: 2px;
}
@@ -51,15 +51,15 @@
}
body {
background-color: black;
background-color: #1B1B1E;
}
textarea {
background-color: gray;
background-color: #1B1B1E;
}
button {
background-color: gray;
background-color: #587291;
}
* {
@@ -67,6 +67,7 @@ button {
}
.post,.self,.status {
color: #ECEAF1;
width: 50%;
margin-left: 25%;
margin-right: 25%;