fix: notecard text color

This commit is contained in:
2025-10-29 23:50:57 +02:00
parent de8b290528
commit bf990161e5

View File

@@ -1,12 +1,12 @@
#autocurrency-content {
.notecard--info > div {
color: white;
a {
text-decoration: underline;
}
& > p {
color: white;
&:first-child {
margin-top: 0.2em;
}