~tomtom/damus

b134ec4c598f8e2b6481628f20f63544a711637f — Thomas Mathews a month ago b24cf89 main
Fixes light mode DM colors
1 files changed, 2 insertions(+), 1 deletions(-)

M css/styles.css
M css/styles.css => css/styles.css +2 -1
@@ 421,7 421,7 @@ textarea.post-input {
	min-height: 25px;
}
textarea.post-input.dm {
  background: var(--clrBtn);
  background: var(--clrBorder);
  border-radius: 12px;
  padding: 10px;
  min-height: 45px;


@@ 572,6 572,7 @@ code {
	padding: 10px;
}
.event.dm.mine .wrap {
	color: white;
	background: var(--clrChatBlue);
	margin-left: auto;
}