This page contains the code added in Super.
.super-content {
padding-bottom: 0 !important;
}
.notion-navbar {
background-color: rgba(29,29,31,0.8) !important;
backdrop-filter: blur(4px) !important;
}
.notion-collection-card {
background-color: #2f2d33 !important;
}
.notion-navbar__icon {
width: 20px !important;
}
.notion-navbar>a:hover {
background-color: var(--color-ui-hover-bg) !important;
}
.notion-header__icon-wrapper.has-cover.has-icon-image {
margin-right: 16px !important;
padding: 0px !important;
bottom: 0px !important;
height: auto !important;
}
.notion-header__icon {
width: 66px !important;
height: 58px !important;
}
.notion-callout.border {
border: 1px solid #2f2d33 !important
}
.notion-header__icon-wrapper {
display: none !important;
}
#block-books .notion-collection-card__cover.medium,
#block-books .notion-collection-card__cover.medium>div,
#block-books .notion-collection-card__cover.medium img {
height: 400px !important;
max-height: 400px !important;
}
@media (max-width: 414px) {
.notion-header__title {
font-size: 2.3rem;
line-height: 2.3rem;
}
}
:root {
--color-text-default-light: #fff !important;
--color-text-default: #fff !important;
--color-bg-default: #1d1d1f !important;
--color-bg-purple-light: #6310d1 !important;
--color-ui-hover-bg: rgba(232, 231, 227, 0.08) !important;
}