Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/main/resources/asciidoc/css/hibernate.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
--highlight: #bcae79;
--link: #115264;
--toc-background: #f3f4f6;
--inline-code-background: #f3f4f6;
--inline-code-background: #f0f8ff7f;
--inline-code-text: #00647e;

--admonition-icon-shadow: rgba(0, 0, 0, .5);
Expand All @@ -53,7 +53,7 @@
--admonition-tip-bg: #f7fff9;
--admonition-tip: #516c57;

--code-background: #f3f4f6;
--code-background: #f0f8ff7f;
--code-text: #1f2937;
--code-string: #008201;
--code-keyword: #3c529a;
Expand All @@ -67,6 +67,7 @@

--regular-font: 'Noto Serif', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
--code-font: "Inconsolata", "Droid Sans Mono", "DejaVu Sans Mono", monospace;
--code-font-size: 1.1em;

&.dark-mode {
--bg: #121820;
Expand Down Expand Up @@ -149,8 +150,9 @@ body {
color: var(--text);
}

code {
.content code {
font-family: var(--code-font);
font-size: var(--code-font-size);
}

#toc ul {
Expand Down Expand Up @@ -270,9 +272,9 @@ a {

.sidebarblock {
background: var(--toc-background);
border: 1px solid var(--toc-background);
.content>.title {
color: var(--title);
font-family: inherit;
font-weight: bold;
font-size: 1.35em;
border-bottom: 1px solid;
Expand Down