修改靶点颜色和字体

This commit is contained in:
kron
2025-11-26 17:49:09 +08:00
parent da7816bb88
commit c697a7edd0
3 changed files with 25 additions and 18 deletions

View File

@@ -232,4 +232,13 @@ button::after {
width: 15px;
margin-top: 2px;
}
@font-face {
font-family: "DINCondensed";
src: url("https://static.shelingxingqiu.com/font/DIN-Condensed-Bold-2.ttf")
format("truetype");
font-weight: 700;
font-style: normal;
font-display: swap;
}
</style>