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
+4 -4
View File
@@ -3,7 +3,7 @@ ul {
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
background-color: #303034;
}
li {
@@ -23,13 +23,13 @@ li a:hover {
}
a {
text-decoration: none;
text-decoration: none;
}
a:link, a:visited {
color: green;
color: green;
}
a:hover {
color: red;
color: red;
}
footer {