anilife update 2022.10.23(01.)

This commit is contained in:
2022-10-24 00:18:12 +09:00
parent a426a57824
commit 11a933a4f6
3 changed files with 38 additions and 2 deletions

View File

@@ -652,5 +652,13 @@
button.btn-favorite {
background-color: #e0ff42;
}
body {
font-family: NanumSquareNeo, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body {
background-image: linear-gradient(90deg, #233f48, #6c6fa2, #768dae);
}
</style>
{% endblock %}