l10n-dev_obsidian-plugin-ai.../styles.css
2026-04-30 18:55:49 +05:00

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;
}