Files
llm_wiki/.obsidian/plugins/virtual-linker/styles.css
T

37 lines
598 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.
*/
.virtual-link-default {
filter: brightness(0.6);
}
.linker-suffix-icon {
user-select: none;
}
.linker-settings-text-box {
min-width: 200px;
min-height: 60px;
}
.virtual-link-span:hover .multiple-files-references {
display: inline;
}
.virtual-link-span:hover .multiple-files-indicator {
display: none;
}
.multiple-files-references {
display: none;
}
.multiple-files-indicator {
display: inline;
}