Files
restless-town.makyo.ink/static/css/rt.css
Madison Rye Progress 19c756311f
All checks were successful
Deploy / deploy (push) Successful in 8s
Update maddybook, use gitea for deploys
2026-03-15 17:48:52 -07:00

31 lines
699 B
CSS

@import url("https://fonts.googleapis.com/css?family=Gentium+Book+Basic");
@font-face {
font-family: "Tom's New Roman";
font-weight: 400;
font-style: normal;
src: url("/tomnr.woff") format("woff");
}
header, footer {
margin: 0 auto;
max-width: 640px;
font-family: "Tom's New Roman", serif;
font-size: 18pt;
text-align: center;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.works dt {
font-family: "Tom's New Roman", serif;
}
.works .author {
display: none;
}
ul.pagination {
font-family: "Tom's New Roman", serif;
}
h1, h2 {
font-family: "Tom's New Roman", sans-serif;
text-align: center;
}