Handle "private" tags, doctypes, correspondents

This commit is contained in:
shamoon
2023-03-06 16:32:20 -08:00
parent 2fe7f8be46
commit 22a13981f3
6 changed files with 59 additions and 5 deletions

View File

@@ -12,3 +12,8 @@
}
}
}
::ng-deep .private .ng-value-container {
font-style: italic;
opacity: .75;
}