Advertisement
s4turns

thelcss

Jun 3rd, 2023
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. .previous-source !important{
  2. line-height: 1.1;
  3. }
  4. body {
  5.   font-family: monospace;
  6.   line-height: inherit;
  7.   line-height: initial;
  8.   line-height: unset;
  9. }
  10. #form,
  11. .messages .msg,
  12. .userlist {
  13.     font-size: 14px;
  14.     line-height: 1.1;
  15. }
  16. #chat .time,
  17. #chat .from,
  18. #chat .content {
  19.     padding-top: 0px;
  20.     padding-bottom: 0px;
  21. }
  22. #chat .self .content {
  23.     color: grey;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement