Change feed styling

main
~erin 2022-06-03 07:46:15 -04:00
parent c9616e7b49
commit 04a16e35a9
Signed by: erin
GPG Key ID: DA70E064A8C70F44
1 changed files with 18 additions and 0 deletions

View File

@ -65,3 +65,21 @@ label {
margin-top: 0px;
padding-top: 5px;
}
#messages h3, #messages p {
margin-bottom: 0px;
}
#messages p {
margin-top: 0px;
}
#message_text {
margin: auto;
display: block;
width: 100%;
}
::selection {
color: #EEEEEE;
background-color: #444;
}