mirror of
https://github.com/unarray/file-tree-generator.git
synced 2026-07-22 08:40:29 +00:00
Add plugin skin
This commit is contained in:
parent
fbd05da067
commit
ec08046d10
1 changed files with 13 additions and 0 deletions
13
styles.css
Normal file
13
styles.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.callout[data-callout="folder-1"] {
|
||||
--callout-color: var(--text-normal);
|
||||
--callout-icon: folder;
|
||||
background-color: var(--color-base-25);
|
||||
mix-blend-mode: normal;
|
||||
}
|
||||
|
||||
.callout[data-callout="folder-2"] {
|
||||
--callout-color: var(--text-normal);
|
||||
--callout-icon: folder;
|
||||
background-color: var(--color-base-35);
|
||||
mix-blend-mode: normal;
|
||||
}
|
||||
Loading…
Reference in a new issue