Skip to content

Commit

Permalink
bubble: slightly better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jun 29, 2024
1 parent 21f91bf commit 77f0e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/chatview/psi/bubble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
margin-left: 3rem;
padding: .5rem;
position: relative;
background-color: #f0f0f0;
background-color: #f8f8f8;
border-radius: 0 .6rem .6rem .6rem;
box-shadow: 0px 0px 0.5rem black;
clip-path: inset(-0.5rem -5rem -0.5rem -5rem);
Expand All @@ -252,7 +252,7 @@
.msg::before {
width: 2rem;
height: 2rem;
border: .5rem solid #f0f0f0;
border: .5rem solid #f8f8f8;
border-radius: 1.4rem;
content: "";
position: absolute;
Expand Down

0 comments on commit 77f0e61

Please sign in to comment.