mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-12 19:44:07 +00:00
favicon and styles agreed with Mat
This commit is contained in:
parent
3e084a5ba7
commit
176b987dee
@ -4,11 +4,6 @@
|
||||
font-size: 15px;
|
||||
line-height: 24px;
|
||||
|
||||
// remove padding at the beginning of page
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
@ -162,10 +157,6 @@
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: $padding-16;
|
||||
}
|
||||
|
||||
dl {
|
||||
dt {
|
||||
font-weight: bolder;
|
||||
@ -213,6 +204,11 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// remove padding at the beginning of page
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
"theme_color": "#000000",
|
||||
"icons": [
|
||||
{
|
||||
"src": "{{ "/favicon.svg" | relURL }}",
|
||||
"src": "{{ "/favicon.png" | relURL }}",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
]
|
||||
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 7.7 KiB |
@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M3 18h12v-2H3v2zM3 6v2h18V6H3zm0 7h18v-2H3v2z"/></svg>
|
Before Width: | Height: | Size: 185 B |
Loading…
Reference in New Issue
Block a user