This commit is contained in:
2023-08-01 10:29:05 +08:00
parent e3e711dd42
commit 0b142b707a
4 changed files with 97 additions and 98 deletions

View File

@@ -225,13 +225,14 @@ img {
position: absolute;
top: -17px;
left: 0px;
border-radius: 0 0 16px 0;
border-radius: 0 16px 16px 0;
background: rgba(174, 159, 251, 1);
width: 22px;
height: 24px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.117647058823529);
}
.intermediary-bg{
background: rgba(173,214,247,1) !important;
background: rgba(174,215,249,1) !important;
}
}