Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/styles/dark.css')
-rw-r--r--docs/styles/dark.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/styles/dark.css b/docs/styles/dark.css
index 2c5b50a29..8f7bd67b6 100644
--- a/docs/styles/dark.css
+++ b/docs/styles/dark.css
@@ -455,6 +455,8 @@ p{font-family: "Noto Sans",sans-serif !important}
blockquote{color:var(--quotecolor) !important}
.quoteblock{color:var(--textcolor)}
code{color:var(--textcoloralt);background-color: var(--sidebarbackground) !important}
+pre,pre>code{line-height:1.25; color:var(--textcoloralt);}
+.keyseq{color:var(--textcoloralt);}
/* Table styles */
@@ -531,4 +533,4 @@ a:hover {color: var(--linkhovercolor);}
}
.subtitle {
font-size: 1.5em;
-} \ No newline at end of file
+}