Skip to content

Commit

Permalink
deploy: 900eaeb
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman committed Sep 20, 2023
1 parent ecac279 commit faf6f94
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions helium/laika-helium.css
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,16 @@ p.title {
page-break-inside: avoid;
}

/* mermaid diagrams ==================== */

pre.mermaid {
color: var(--bg-color); /* avoiding page load flicker */
background-color: var(--bg-color);
border: 1px solid var(--primary-medium);
text-align: center;
}




/* top navigation bar =========================================== */
Expand Down Expand Up @@ -656,6 +666,10 @@ header .row.links .row.links {
font-weight: normal;
}

.nav-list li a code {
color: var(--primary-color); /* ensures that code is the same colour as the rest of the text, for consistency */
}

/* left navigation bar =========================================== */

#sidebar {
Expand Down Expand Up @@ -797,8 +811,10 @@ ul.nav-list, #page-nav ul {
}

.nav-list .active a,
.nav-list .active code,
.nav-list .active a:hover,
#page-nav .header a,
#page-nav .header code,
#page-nav .header a:hover {
color: var(--bg-color);
background-color: var(--primary-color);
Expand Down Expand Up @@ -846,6 +862,7 @@ ul.nav-list, #page-nav ul {
font-size: 1.75em;
}


pre {
display: block;
background-color: var(--syntax-base1);
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@

<link rel="stylesheet" type="text/css" href="helium/icofont.min.css" />
<link rel="stylesheet" type="text/css" href="helium/laika-helium.css" />

<script src="helium/laika-helium.js"></script>



<script> /* for avoiding page load transitions */ </script>
</head>

Expand Down

0 comments on commit faf6f94

Please sign in to comment.