[fix]: addons responsiveness
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user