mirror of
https://github.com/l10n-dev/obsidian-plugin-ai-translator.git
synced 2026-07-22 06:56:27 +00:00
18 lines
381 B
CSS
18 lines
381 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.
|
|
|
|
*/
|
|
|
|
.ai-translator-last-used-badge {
|
|
margin-left: 6px;
|
|
padding: 1px 6px;
|
|
border-radius: 3px;
|
|
font-size: 0.75em;
|
|
background-color: var(--interactive-accent);
|
|
color: var(--text-on-accent);
|
|
vertical-align: middle;
|
|
}
|