mirror of
https://github.com/obsidian-desci/Obsidian-Desci.git
synced 2026-07-22 08:50:32 +00:00
17 lines
No EOL
280 B
CSS
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;
|
|
} |