dracula / roam-research

🧛🏻‍♂️ Dark theme for Roam Research
https://draculatheme.com/roam-research
MIT License
23 stars 20 forks source link

Issue with Quote Block #6

Closed HrushikeshPawar closed 3 years ago

HrushikeshPawar commented 3 years ago

When rendered, the quote block gives the same colour (white) to the background and the text. Hence it cannot make out the text.

image

image

HrushikeshPawar commented 3 years ago

This may solve the issue.

/*  Block Quotes */
.rm-bq {
    background-color: #6c6f75;
}