mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Update completion label styling in styles.css to use Arial font
This commit is contained in:
parent
a893a4a60e
commit
23f43b3b7e
1 changed files with 1 additions and 2 deletions
|
|
@ -127,13 +127,12 @@
|
|||
border: 1px solid var(--background-modifier-border) !important;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
|
||||
|
||||
}
|
||||
|
||||
.completion-label{
|
||||
font-size: var(--font-ui-small);
|
||||
font-weight: var(--font-normal);
|
||||
font-family: var(--font-interface-theme);
|
||||
font-family: Arial, Helvetica, sans-serif !important;
|
||||
border-radius: 4px;
|
||||
margin-left: -1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue