Use works listing

This commit is contained in:
Madison Rye Progress
2026-03-12 21:36:13 -07:00
parent df6f947d25
commit ddce926e92
7 changed files with 117 additions and 60 deletions

View File

@ -106,6 +106,13 @@ main.story .author, main.story .character, main.story h3 {
font-family: "Gotu", sans-serif !important;
text-align: center !important;
}
.works dt {
background: linear-gradient(135deg, transparent 0.5rem, rgba(127, 127, 127, 0.2) 0) top left;
}
.works dd {
background: linear-gradient(315deg, transparent 0.5rem, rgba(127, 127, 127, 0.1) 0) bottom right;
}
@media only screen and (max-width: 960px) {
.carousel nav {