mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-10-29 00:06:21 -04:00
layout improvement
This commit is contained in:
parent
d3e6335e02
commit
c241eb5bd6
@ -1,8 +1,10 @@
|
|||||||
|
|
||||||
<nav class="f-row overflow:auto" aria-label="Site navigation">
|
<nav class="f-row flex-wrap:wrap crowded" aria-label="Site navigation">
|
||||||
<span id="footer-book-name" class="bold smallcaps">Hypermedia Systems</span>
|
<span id="footer-book-name" class="bold allcaps">Hypermedia Systems</span>
|
||||||
<a href="/">Cover</a>
|
<span class="f-row flex-wrap:wrap">
|
||||||
<a href="/book/contents">Contents</a>
|
<a href="/">Cover</a>
|
||||||
<a href="/colophon">Colophon</a>
|
<a href="/book/contents">Contents</a>
|
||||||
<a href="https://github.com/bigskysoftware/hypermedia-systems">GitHub</a>
|
<a href="/colophon">Colophon</a>
|
||||||
|
<a href="https://github.com/bigskysoftware/hypermedia-systems">GitHub</a>
|
||||||
|
</span>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@ -6,8 +6,8 @@
|
|||||||
<title>Building Hypermedia Systems</title>
|
<title>Building Hypermedia Systems</title>
|
||||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||||
<link href="https://fonts.bunny.net/css?family=merriweather:400,400i,700,700i|merriweather-sans:400,400i,700,700i" rel="stylesheet" />
|
<link href="https://fonts.bunny.net/css?family=merriweather:400,400i,700,700i|merriweather-sans:400,400i,700,700i" rel="stylesheet" />
|
||||||
<link rel="stylesheet" href="https://the.missing.style/v1.0.5/missing.css">
|
<link rel="stylesheet" href="https://the.missing.style/v1.0.6/missing.css">
|
||||||
<link rel="stylesheet" href="https://the.missing.style/v1.0.5/missing-prism.css">
|
<link rel="stylesheet" href="https://the.missing.style/v1.0.6/missing-prism.css">
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Chicago FLF";
|
font-family: "Chicago FLF";
|
||||||
@ -35,17 +35,10 @@
|
|||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
} #}
|
} #}
|
||||||
|
|
||||||
pre { font-size: 1em }
|
|
||||||
|
|
||||||
sub-title, .sub-title {
|
sub-title, .sub-title {
|
||||||
color: var(--faded-fg);
|
color: var(--faded-fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.smallcaps {
|
|
||||||
font-variant-caps: all-small-caps;
|
|
||||||
letter-spacing: .05em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* #region Asciidoc */
|
/* #region Asciidoc */
|
||||||
|
|
||||||
.colist {
|
.colist {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user