posts are better now
now auto updates links are also securely built
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user