This commit is contained in:
Travis Fischer
2022-03-24 01:32:52 -04:00
parent cf9dba21c5
commit ea64a04cbb

View File

@@ -23,15 +23,15 @@
}
.dark-mode .notion .notion-inline-code {
background: rgb(71,76,80) !important;
background: rgb(71, 76, 80) !important;
color: #ff4081;
padding: .2em .4em !important;
padding: 0.2em 0.4em !important;
}
.light-mode .notion .notion-inline-code {
color: #ff4081;
background: rgba(55,53,47, .1) !important;
padding: .2em .4em !important;
background: rgba(55, 53, 47, 0.1) !important;
padding: 0.2em 0.4em !important;
}
.token.cdata,
@@ -118,3 +118,8 @@ pre[class*='language-'] > code {
box-shadow: none !important;
background: none !important;
}
pre[class*='language-']:before,
pre[class*='language-']:after {
display: none !important;
}