mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
feat: update next.js and minor style fixes
This commit is contained in:
@@ -10,18 +10,12 @@
|
||||
background-color: rgba(17, 24, 39, 1);
|
||||
border-color: rgba(55, 65, 81, 1);
|
||||
}
|
||||
.notion pre {
|
||||
border: 0 none;
|
||||
}
|
||||
.notion code {
|
||||
color: rgba(31, 41, 55, 1);
|
||||
}
|
||||
.dark-mode .notion code {
|
||||
color: rgba(229, 231, 235, 1);
|
||||
}
|
||||
.notion img {
|
||||
margin: 0;
|
||||
}
|
||||
.token.cdata,
|
||||
.token.comment,
|
||||
.token.doctype,
|
||||
|
||||
Reference in New Issue
Block a user