fix: Color for pre tag

This commit is contained in:
Suraj Shetty 2020-12-18 08:44:49 +05:30
parent 90348ab99c
commit 54e18dc274

View file

@ -36,6 +36,10 @@ a {
color: $text-color;
}
pre {
color: var(--text-light)
}
.hide {
display: none !important;
}