diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-01-21 16:52:59 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-01-21 16:52:59 +0000 |
commit | a7ffee010205c71fcaa6e44126fbd455955753ff (patch) | |
tree | afd6b66dca9747999160fd5d23db5e82707fddb3 | |
parent | b8823286aa4ff305a0638dcd946c1f7ba0e76b1b (diff) | |
download | pmwiki.svn-a7ffee010205c71fcaa6e44126fbd455955753ff.tar.bz2 |
PmSyntax update dark styles (cont.)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4590 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r-- | pub/guiedit/pmwiki.syntax.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pub/guiedit/pmwiki.syntax.css b/pub/guiedit/pmwiki.syntax.css index ab5f2b34..c86fc80d 100644 --- a/pub/guiedit/pmwiki.syntax.css +++ b/pub/guiedit/pmwiki.syntax.css @@ -88,7 +88,7 @@ html.pmDarkTheme .pmhlt, html.pmDarkTheme #chk_hlt { /* [=Escaped text=], not processed by PmWiki */ --pmsyntax-escaped: rgba(255, 255, 255, 0.6); - --pmsyntax-escapedbg: rgba(255, 255, 255, 0.2); + --pmsyntax-escapedbg: rgba(255, 255, 255, 0.1); /* (:comment text:)*/ --pmsyntax-comment: #777; |