[fix]: addons responsiveness

This commit is contained in:
rahuldkjain
2020-09-05 16:24:35 +05:30
parent 9d447b5277
commit e742df1b98
+3 -3
View File
@@ -77,11 +77,11 @@
}
.markdown pre {
@apply bg-gray-100 rounded p-4;
@apply bg-gray-900 text-white overflow-scroll rounded p-4;
}
.markdown pre code {
@apply block p-0 rounded-none;
@apply block p-0 rounded-none text-white;
}
.markdown ul {
@@ -111,4 +111,4 @@
/* Override pygments style background color. */
.markdown .highlight pre {
@apply bg-gray-100 !important;
}
}