IPost/css/posts.css
Mystikfluu 1d01eeafb2 posts are better now
now auto updates
links are also securely built
2022-04-23 17:36:48 +02:00

35 lines
364 B
CSS

#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;
}