added favicon, improve layout

This commit is contained in:
2026-06-07 20:18:31 +02:00
parent b865fe982e
commit 39f08c7218
5 changed files with 86 additions and 7 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RSS-Reader</title>
</head>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="14" fill="#1a8f5e"/>
<circle cx="20" cy="44" r="6" fill="#ffffff"/>
<path d="M14 28a22 22 0 0 1 22 22h-8a14 14 0 0 0-14-14z" fill="#ffffff"/>
<path d="M14 14a36 36 0 0 1 36 36h-8a28 28 0 0 0-28-28z" fill="#ffffff"/>
</svg>

After

Width:  |  Height:  |  Size: 325 B

+3 -3
View File
@@ -95,7 +95,7 @@ a,
.feed-content {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: clamp(1rem, 3.5vw, 1.25rem);
padding: 1em;
padding: 0 1em 1em;
overflow-wrap: break-word;
}
@@ -105,11 +105,11 @@ a,
}
.feed-content p {
padding: 1em;
padding: 0.5em 0;
}
.feed-content h3 {
padding: 1em;
padding: 0.5em 0;
font-size: clamp(1rem, 3vw, 1.3rem);
font-weight: bold;
}