diff --git a/layout/assets/favicon.ico b/layout/assets/favicon.ico new file mode 100644 index 0000000..7659826 Binary files /dev/null and b/layout/assets/favicon.ico differ diff --git a/layout/assets/style.css b/layout/assets/style.css index 24948e9..1631ddf 100644 --- a/layout/assets/style.css +++ b/layout/assets/style.css @@ -30,6 +30,7 @@ html { } body { margin: 0; + line-height: 1.5rem; } a:focus { outline: thin dotted; diff --git a/layout/page.html b/layout/page.html index fde30d2..3392667 100644 --- a/layout/page.html +++ b/layout/page.html @@ -4,6 +4,7 @@ {{title}} + diff --git a/package-lock.json b/package-lock.json index b0c57c5..fa26024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "neur0tx-proxy-docs", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "markdown-styles": "^3.2.0" }