Skip to content

Instantly share code, notes, and snippets.

@andrewbowley
andrewbowley / roam_time_namespace.css
Created October 20, 2020 16:35
Roam Research Time namespace styling
span[data-link-title*="time/"] span.rm-page-ref {
color: #AF6161 !important;
font-family:'PT Mono', fixed-width;
font-weight: bold;
}
@andrewbowley
andrewbowley / roam_delegate_tasks.css
Last active February 20, 2021 02:14
Roam Research Delegate Tasks
span.rm-page-ref[data-tag="Delegated"] {
background: #CECECE !important;
color: #555555 !important;
padding: 2px 0px 2px 5px;
font-size: 13px;
line-height: 1em;
font-weight: 500;
border-radius: 3px 0 0 3px;
position:relative;
}