This commit is contained in:
Travis Fischer
2021-02-01 11:38:27 -05:00
parent ab43f24513
commit 040d11f5a6

View File

@@ -13,10 +13,10 @@
}
.notion code {
color: rgba(31, 41, 55, 1);
border: 0 none;
box-shadow: none;
background: none;
padding: 0;
border: 0 none !important;
box-shadow: none !important;
background: none !important;
padding: 0 !important;
}
.dark-mode .notion code {
color: rgba(229, 231, 235, 1);
@@ -99,3 +99,9 @@ pre {
.token.variable {
background: none;
}
pre[class*='language-'] > code {
border-left: 0 none !important;
box-shadow: none !important;
background: none !important;
}