🎨 Add logo of player card

This commit is contained in:
洛水居室 2022-12-11 16:56:54 +08:00
parent 0f63a5aaff
commit c7818f34e0
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
2 changed files with 24 additions and 0 deletions

Binary file not shown.

View File

@ -32,6 +32,23 @@
.star-5 {
background-position-y: -4rem;
}
@font-face {
font-family: shicon;
src: url(fonts/shicon.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: block
}
.enka-log {
line-height: 0;
margin-right: 0.3rem
}
.enka-log:before {
content: "\e93a";
font-family: shicon;
font-size: 1.25em
}
</style>
</head>
<body class="text-xl text-neutral-200">
@ -81,6 +98,13 @@
{% include 'genshin/player_card/artifacts.html' %}
</div>
</div>
<!-- Logo -->
<div class="mt-4 relative">
<div class="text-gray-300 text-center opacity-70 text-lg">
Data from <span class="enka-log"></span>Enka.Network × Inspired by Miao-Plugin
</div>
</div>
</div>
</body>
</html>