Skip to content

Commit a5f81c4

Browse files
committed
fix: page title, remove favicon 404, Inter font, fix card text-decoration
1 parent 177ebd1 commit a5f81c4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>sovren-website</title>
6+
<title>Sovren Software — Sovereign Computing</title>
7+
<meta name="description" content="Augmentum OS, Visage, and MrHaven — computing, identity, and assets fully under user control." />
8+
<link rel="preconnect" href="https://fonts.googleapis.com" />
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
811
</head>
912
<body>
1013
<div id="app"></div>

src/App.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,11 @@
320320
color: var(--text-secondary);
321321
line-height: 1.6;
322322
flex: 1;
323+
text-decoration: none;
324+
}
325+
326+
.product-card * {
327+
text-decoration: none;
323328
}
324329
325330
.product-link {

0 commit comments

Comments
 (0)