Skip to content

Commit

Permalink
a little compatibility with old webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jun 30, 2024
1 parent 1fd036d commit ca2cf66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/chatview/psi/bubble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
/*background: url(background.jpg);
background-attachment: fixed;
background-size: cover;*/
background: rgb(194 181 209);
background: linear-gradient(90deg, rgb(194 181 209) 0%, rgb(198 198 255) 37%, rgb(174 241 255) 100%);
background-color: rgb(194, 181, 209);
background: linear-gradient(90deg, rgb(194, 181, 209) 0%, rgb(198, 198, 255) 37%, rgb(174, 241, 255) 100%);
color: black;
font-family: sans, times;
position: relative;
Expand All @@ -212,7 +212,7 @@
}

.sysmsg {
background-color: rgb(209 241 241);
background-color: rgb(209, 241, 241);
color: #444;
padding: .4rem 1rem;
width: 70%;
Expand Down Expand Up @@ -310,7 +310,7 @@
cursor: pointer;
position:absolute;
right: 0;
opacity: 0.1;
opacity: 0.2;
transition: opacity 0.3s linear;
}

Expand Down

0 comments on commit ca2cf66

Please sign in to comment.