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