mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-22 15:10:29 +00:00
💴
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user