Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Last active February 2, 2024 04:36
Show Gist options
  • Save dealingwith/fa07cbcf037d98d9cc807e4a6a1063a7 to your computer and use it in GitHub Desktop.
Save dealingwith/fa07cbcf037d98d9cc807e4a6a1063a7 to your computer and use it in GitHub Desktop.
* {
font-family: Ubuntu !important;
}
::-webkit-scrollbar {
width: 0px;
height: 0px;
background: transparent;
}
.notion-sidebar-container * {
font-weight: 400 !important;
}
.notion-light-theme .notion-sidebar {
background-color: rgba(255,255,255,0.7);
border-right: 1px solid #e9e9e9;
}
/* blue box shadow on selected */
div.notion-selectable div:not(.notion-table-view-header-row, .notion-table-view-header-cell, .notion-table-view-add-column) {
box-shadow: none !important;
outline: none !important;
}
/* change icon of parent task on board view
.notion-board-view .notion-board-group .notion-collection-item a div[role=button] .notion-record-icon span[role="img"] svg {
display: none !important;
}
.notion-board-view .notion-board-group .notion-collection-item a div[role=button] .notion-record-icon span[role="img"]::before {
content: 'Parent: ';
position:relative;
float:left;
margin-top: -2px;
}
.notion-board-view .notion-board-group .notion-collection-item a div[role=button] div div span {
margin-left: 25px;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment