Skip to content

Instantly share code, notes, and snippets.

@mebiusbox
Created January 1, 2022 12:21
Show Gist options
  • Save mebiusbox/5386ca272c0aa4918ea26536bcd51831 to your computer and use it in GitHub Desktop.
Save mebiusbox/5386ca272c0aa4918ea26536bcd51831 to your computer and use it in GitHub Desktop.
my custom css for notion-enhancer
.notion-code-block.line-numbers > div {
padding-top: 14px !important;
padding-bottom: 14px !important;
}
.notion-code-block .code_line_numbers--plain {
top: 14px !important;
bottom: 14px !important;
}
.notion-dark-theme [style*="rgb(159, 164, 169)"],
.notion-dark-theme [style*="rgba(159, 164, 169, 1)"] {
color: #979A9B !important;
}
.notion-dark-theme [style*="rgb(212, 150, 117)"],
.notion-dark-theme [style*="rgba(212, 150, 117, 1)"] {
color: #937264 !important;
}
.notion-dark-theme [style*="rgb(217, 133, 56)"],
.notion-dark-theme [style*="rgba(217, 133, 56, 1)"] {
color: #FFA344 !important;
}
.notion-dark-theme [style*="rgb(201, 145, 38)"],
.notion-dark-theme [style*="rgba(201, 145, 38, 1)"] {
color: #FFDC49 !important;
}
.notion-dark-theme [style*="rgb(113, 178, 131)"],
.notion-dark-theme [style*="rgba(113, 178, 131, 1)"] {
color: #4DAB9A !important;
}
.notion-dark-theme [style*="rgb(102, 170, 218)"],
.notion-dark-theme [style*="rgba(102, 170, 218, 1)"] {
color: #529CCA !important;
}
.notion-dark-theme [style*="rgb(176, 152, 217)"],
.notion-dark-theme [style*="rgba(176, 152, 217, 1)"] {
color: #9A6DD7 !important;
}
.notion-dark-theme [style*="rgb(223, 132, 209)"],
.notion-dark-theme [style*="rgba(223, 132, 209, 1)"] {
color: #E255A1 !important;
}
.notion-dark-theme [style*="#EB5757"],
.notion-dark-theme [style*="rgb(234, 135, 140)"],
.notion-dark-theme [style*="rgba(234, 135, 140, 1)"] {
color: #FF7369 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment