diff options
| author | Paul Buetow <paul@buetow.org> | 2024-05-18 00:12:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-05-18 00:12:47 +0300 |
| commit | e132268eaf9348ecc421de63eeb9bcf522be70ee (patch) | |
| tree | 4e6d080228606c19e9044785a8fc82ff50a38e9a /extras | |
| parent | 3b71d9292d7f784fbcc064dcd93a50dc40d0a811 (diff) | |
footer is in handnotes
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/html/style-business.css | 4 | ||||
| -rw-r--r-- | extras/html/style.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/extras/html/style-business.css b/extras/html/style-business.css index e90851c..3fbbf03 100644 --- a/extras/html/style-business.css +++ b/extras/html/style-business.css @@ -123,3 +123,7 @@ span.inlinecode { box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); color: #333; } + +.footer { + font-family: handnotes; +} diff --git a/extras/html/style.css b/extras/html/style.css index b224a3c..927b3c1 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -123,3 +123,7 @@ span.inlinecode { box-shadow: 0 0 6px #00d4ff; color: #00d4ff; } + +.footer { + font-family: handnotes; +} |
