IPost/css/posts.css
2022-04-24 00:41:41 +02:00

47 lines
471 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;
}
.mention {
color: blue;
}
.user-mention {
color: lightgreen;
}
.everyone-mention {
color: aqua;
}
body {
background-color: black;
}
textarea {
background-color: gray;
}
button {
background-color: gray;
}
* {
font-family: Arial, Helvetica, sans-serif;
}