/* Hide page icon in list collections */
.notion-collection-list__item .notion-property__title .notion-property__title__icon-wrapper {
display: none;
}
/* Hide all brown toggle lists */
.notion-toggle.bg-brown {
display: none !important;
}
/* Turn light blue callout blocks into buttons */
.notion-callout.bg-blue-light {
box-shadow: 0 20px 30px -10px rgb(0,0,0,0.2) !important;
letter-spacing: -0.4px !important;
align-items: center !important;
width: fit-content !important;
position: relative !important;
font-weight: 600 !important;
border: none !important;
}
.notion-callout:hover {
box-shadow: 0 20px 30px -10px rgba(0,0,0,0.3) !important;
}
.notion-callout:active {
box-shadow: 0 20px 30px -10px rgb(0,0,0,0.2) !important;
transform: scale(0.96) !important;
}
.notion-callout.bg-blue-light {
background: #000B58 !important; /* CHANGE THE BUTTON COLOR HERE */
box-shadow: none !important;
color: #fff !important;
}
.notion-callout.bg-blue-light:hover {
box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1) !important;
}
.notion-callout__icon {
pointer-events: none !important;
}
.notion-callout__icon,
.notion-callout__icon div,
.notion-callout__icon img {
max-width: auto !important;
min-width: auto !important;
height: 0px !important;
width: 0px !important;
}
.notion-callout.bg-blue-light p {
margin-left:12px !important;
font-size: 18px !important;
}
.notion-callout.bg-blue-light .notion-semantic-string .link {
padding: 10px 22px 10px !important;
display: inline-block !important;
white-space: pre !important;
font-weight: 600 !important;
font-size:18px;
border: none !important;
opacity:1 !important;
}
.notion-callout.bg-blue-light .notion-semantic-string .link:hover {
border: none !important;
}
/* Change default gallery styles */
.notion-collection-gallery {
grid-gap: 40px !important;
border: none !important;
padding: 0 !important;
}
/* Add opacity on gallery card hover */
.notion-collection-gallery:hover .notion-collection-card {
opacity: 0.6;
}
/* Change default gallery card styles */
.notion-collection-card {
transition: var(--transition) !important;
flex-direction: row !important;
align-items: center !important;
position: relative !important;
box-shadow: none !important;
display: flex !important;
border: none !important;
}
/* Change default height of gallery card covers */
.notion-collection-card__cover,
.notion-collection-card__cover div,
.notion-collection-card__cover img {
max-height: 100% !important;
height: 100% !important;
}
/* Make gallery cards opaque on hover */
.notion-collection-card:hover {
background: none !important;
opacity: 1 !important;
}
/* Change default gallery card cover styles */
.notion-collection-card__cover {
position: relative !important;
border: none !important;
border-radius: var(--rounded) !important;
flex: 2 !important;
}
/* Change default gallery card content styles */
.notion-collection-card__content {
padding-left: 60px !important;
position: relative !important;
flex: 1 !important;
}
/* Prevent gallery card content from cutting off */
.notion-collection-card__content span {
white-space: normal !important;
}
/* Change default gallery card text property styles */
.notion-property__text {
margin: 8px 0 12px !important;
font-size: 24px !important;