Add styling on links

This commit is contained in:
2024-08-04 17:41:39 +02:00
commit d35c46078f
533 changed files with 1299486 additions and 0 deletions

BIN
static/assets/logo/favicon/android-chrome-192x192.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/assets/logo/favicon/android-chrome-512x512.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/assets/logo/favicon/apple-touch-icon.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/assets/logo/favicon/favicon-16x16.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/assets/logo/favicon/favicon-32x32.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/assets/logo/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/logo/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}