Skip to content

Instantly share code, notes, and snippets.

View thomaswhite's full-sized avatar

Thomas White thomaswhite

View GitHub Profile
@thomaswhite
thomaswhite / better-roam-research.css
Created July 21, 2022 20:11 — forked from linuz90/better-roam-research.css
Better Roam Research CSS
:root {
--font-size: 15.5px;
--border-color: rgba(0, 0, 0, 0.08);
--subtle-border-color: rgba(0, 0, 0, 0.05);
--main-background-color: hsl(210, 9%, 98%);
--body-background-color: #ffffff;
--reference-item-background: hsl(0, 0%, 99%);
--brackets-color: rgba(0, 0, 0, 0.25);
--empty-text-color: hsl(203, 12%, 75%); }
This is an test Gist 111