A simple tool for extracting discrete color palette values from the viridis collection of color palettes.
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
/* | |
Roam Masonry Mode tweaked for "Better Roam Research" Theme by @linuz90 | |
Courtesy : Murf, Daniel van der Merwe, Rob Hasfield, Abhay Prasana | |
*/ | |
:root { | |
--masonry-startWidth: 30vw; /* 400px; Change this to "unset" if you don't want the sidebar pages to be reset in grid like format each time*/ | |
--masonry-minWidth: 10vw; | |
--masonry-maxWidth: 80vw; | |
--masonry-startHeight: unset; /* 242px; Change this to "unset" if you don't want the sidebar pages to be reset in grid like format each time*/ |