fix code styles

This commit is contained in:
Travis Fischer
2021-01-29 17:38:31 -05:00
parent 04f2023889
commit fecc95967e

View File

@@ -1,35 +1,17 @@
/* prism theme adjustments */
.notion pre {
.notion-code {
background-color: rgba(249, 250, 251, 1);
border: 1px solid rgba(229, 231, 235, 1);
border-radius: 0.375rem;
}
.dark-mode .notion pre {
.dark-mode .notion-code {
background-color: rgba(17, 24, 39, 1);
}
.notion pre {
border-color: rgba(229, 231, 235, 1);
}
.dark-mode .notion pre {
border-color: rgba(55, 65, 81, 1);
}
.notion pre {
border-width: 1px;
}
.notion code {
background-color: rgba(243, 244, 246, 1);
}
.dark-mode .notion code {
background-color: rgba(17, 24, 39, 1);
}
.notion code {
border-color: rgba(243, 244, 246, 1);
}
.dark-mode .notion code {
border-color: rgba(31, 41, 55, 1);
}
.notion code {
border-radius: 0.375rem;
border-width: 1px;
color: rgba(31, 41, 55, 1);
}
.dark-mode .notion code {