favicon & fix for line spacing
This commit is contained in:
parent
68903cb0f3
commit
ccc2bf63f4
BIN
layout/assets/favicon.ico
Normal file
BIN
layout/assets/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
@ -30,6 +30,7 @@ html {
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
|
@ -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
2
package-lock.json
generated
@ -7,7 +7,7 @@
|
||||
"": {
|
||||
"name": "neur0tx-proxy-docs",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"markdown-styles": "^3.2.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user