fix: chart load | background of bio?

This commit is contained in:
rebelonion 2024-03-16 16:50:58 -05:00
parent a9b4916dd8
commit 29364bf30a
4 changed files with 42 additions and 1 deletions

View file

@ -70,7 +70,6 @@ class AniMarkdown { //istg anilist has the worst api
<meta name="viewport" content="width=device-width, initial-scale=1.0, charset=UTF-8">
<style>
body {
background-color: ${backGroundColor.toCssColor()};
color: ${textColor.toCssColor()};
margin: 0;
padding: 0;