This commit is contained in:
quantulr
2023-11-06 17:27:50 +08:00
parent b6a722fa79
commit a8b1ad286d
123 changed files with 491 additions and 428 deletions

View File

@ -0,0 +1,11 @@
.articleBlockTitleBar {
background: linear-gradient(
589deg,
rgba(152, 194, 233, 1) 35.96491228070175%,
rgba(15, 111, 202, 1) 100%
);
}
.articlesList li:not(:last-child) {
border-bottom: 1px dashed;
}