Last active
February 2, 2024 04:36
-
-
Save dealingwith/fa07cbcf037d98d9cc807e4a6a1063a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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