microsite: Fix color contrast for pre tags

This commit is contained in:
Debajyoti Halder
2021-02-09 16:15:45 +05:30
parent a22fc19030
commit a21c86cb37
+4
View File
@@ -1115,6 +1115,10 @@ code {
font-size: 115%;
}
.post pre {
color: #e4e4e4;
}
.Block__GIF {
width: 190px;
height: auto;