In anki2 I have the cards background set to a dark color and the font to a lighter color. When I review in ankidroid2 the background is replaced with white making it hard to read, and when i try night mode I just get a darkbackground and dark text. Is there a way to make ankidroid2 use the background that has been set just like in ankidroid1?thanks.
.card {
font-family: Times New Roman;
font-size: 20px;
text-align: left;
color: black;
background: #FFFF99;
}
#qa_box {
text-align: left;
margin-top: 0px;
}
#content
{
background: #FFFF99;
}
Sounds kind of opposite
2012年11月19日月曜日 13時00分41秒 UTC-6 iniju:
I am having the same issue, on the desktop my cards are a dark blue background and yellow text (easy on the eyes). But on ankidroid 2, the cards come up with a white background and yellow text. Any solutions?
On Tuesday, November 20, 2012 12:55:50 AM UTC+9, lord...@gmail.com wrote:In anki2 I have the cards background set to a dark color and the font to a lighter color. When I review in ankidroid2 the background is replaced with white making it hard to read, and when i try night mode I just get a darkbackground and dark text. Is there a way to make ankidroid2 use the background that has been set just like in ankidroid1?thanks.
--