mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-14 13:08:33 +00:00
Fixed: Styles on the diff-dialogue has been qualified.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
.added {
|
||||
.op-scrollable .added {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--text-accent);
|
||||
}
|
||||
|
||||
.normal {
|
||||
.op-scrollable .normal {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.deleted {
|
||||
.op-scrollable .deleted {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--text-muted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user