obsidian-desci_Obsidian-Desci/styles.css
Taylor Hulsmans 3c1d4fc996 equibind
2023-11-11 15:57:26 -08:00

17 lines
No EOL
280 B
CSS

/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
div[data-path^="sdf"]{
color: #9999996e;
display: flex;
}
div[data-path*="sdf"]{
color: #9999996e;
display: flex;
}