vault backup: 2025-02-27 21:31:55

This commit is contained in:
sShemet
2025-02-27 21:31:55 +05:00
parent d7b3cf162c
commit cdbe7d110c
41 changed files with 369 additions and 845 deletions

View File

@@ -564,3 +564,13 @@
display: none;
}
}
.git-unified-diff-view,
.git-split-diff-view .cm-deletedLine .cm-changedText {
background-color: #ee443330;
}
.git-unified-diff-view,
.git-split-diff-view .cm-insertedLine .cm-changedText {
background-color: #22bb2230;
}