favicon and styles agreed with Mat

This commit is contained in:
menduz 2022-10-03 13:57:29 -03:00
parent 3e084a5ba7
commit 176b987dee
No known key found for this signature in database
GPG Key ID: 78AC067F75AC1B64
5 changed files with 6 additions and 11 deletions

View File

@ -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;
}
}

View File

@ -8,7 +8,7 @@
"theme_color": "#000000",
"icons": [
{
"src": "{{ "/favicon.svg" | relURL }}",
"src": "{{ "/favicon.png" | relURL }}",
"sizes": "512x512"
}
]

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

View File

@ -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