You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When serving and viewing dbt docs, code blocks in markdown appear invisible. Upon highlighting them, the text is shown.
I believe this is due to the fact that there is white text on a white background, whereas it's usually white text on a blue background. This implies the background is missing and the style is not being applied somehow.
Describe the bug
When serving and viewing dbt docs, code blocks in markdown appear invisible. Upon highlighting them, the text is shown.
I believe this is due to the fact that there is white text on a white background, whereas it's usually white text on a blue background. This implies the background is missing and the style is not being applied somehow.
Steps To Reproduce
Expected behaviour
A blue background instead of white/none
Screenshots
Slack support post
https://getdbt.slack.com/archives/C2JRRQDTL/p1595421962208300
System information
Which database are you using dbt with?
snowflake
The output of
dbt --version
:v0.17.1
The operating system you're using:
Ubuntu/Mac OSX
The output of
python --version
:3.8.3
Additional context
I noticed this issue in 0.17.0, and this issue is not present in 0.16.1
The text was updated successfully, but these errors were encountered: