favicon & fix for line spacing

This commit is contained in:
Pavel 2022-09-24 12:14:16 +03:00
parent 68903cb0f3
commit ccc2bf63f4
4 changed files with 3 additions and 1 deletions

BIN
layout/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -30,6 +30,7 @@ html {
}
body {
margin: 0;
line-height: 1.5rem;
}
a:focus {
outline: thin dotted;

View File

@ -4,6 +4,7 @@
<title>{{title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="{{asset 'favicon.ico'}}" type="image/x-icon"/>
<link type="text/css" rel="stylesheet" href="{{asset 'style.css'}}" />
<link type="text/css" rel="stylesheet" href="{{asset 'pilcrow.css'}}" />
<link type="text/css" rel="stylesheet" href="{{asset 'hljs-solarized-dark.min.css'}}"/>

2
package-lock.json generated
View File

@ -7,7 +7,7 @@
"": {
"name": "neur0tx-proxy-docs",
"version": "1.0.0",
"license": "ISC",
"license": "MIT",
"dependencies": {
"markdown-styles": "^3.2.0"
}