Skip to content

Commit fcd8841

Browse files
committed
DOC: Icon change and website style minor improvement
1 parent c96a69f commit fcd8841

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/scripts/build-website.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ preamble='<!doctype html>
1717
<meta itemprop="license" content="https://www.gnu.org/licenses/agpl-3.0.txt">
1818
<meta itemprop="sameAs" content="https://github.com/kernc/myba/">
1919
<meta itemprop="url" content="/">
20-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JT9W3RXCJD"></script><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2900001379782823" crossorigin></script>
20+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JT9W3RXCJD"></script>
2121
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag("js",new Date());gtag("config","G-JT9W3RXCJD");</script>
2222
<style>
23-
html{background:DarkOliveGreen; line-height: 1.4em; font-family:}
23+
html{background:DarkOliveGreen; line-height: 1.4em; font-family:sans-serif;}
2424
article {background:#fffb; padding:2em; margin:auto; max-width: 900px;}
2525
pre {background:#fff8;}
2626
code:not(pre code) {background:#fff8; padding: .2em .5em; white-space: nowrap;}
2727
ul li code:not(pre code):first-child {font-weight: bold;}
2828
h1,h2,h3,h4 {margin-top: 2em}
29+
h1 img {vertical-align: middle; margin: 0 1em 1em 0;}
30+
h1 {line-height: 1.3em;}
2931
a:link {color:navy}
3032
a:hover {color:blue !important}
3133
a:visited {color:darkmagenta}

icon.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)