Files
caszl-next/app/assets/page.module.css
quantulr 73bc779168 init
2023-10-27 17:29:50 +08:00

12 lines
220 B
CSS

.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;
}