posts are better now

now auto updates
links are also securely built
This commit is contained in:
Mystikfluu
2022-04-23 17:36:48 +02:00
parent b2d8c7ac84
commit 1d01eeafb2
2 changed files with 92 additions and 5 deletions
+34
View File
@@ -0,0 +1,34 @@
#posts > div > p {
color: green;
}
.self {
color: gray;
}
#username-self {
color: lightgreen;
}
#posts > div {
background-color: darkgray;
padding-left: 5px;
padding-bottom: 2px;
}
body {
background-color: black;
}
textarea {
background-color: gray;
}
button {
background-color: gray;
}
* {
font-family: Arial, Helvetica, sans-serif;
}