Skip to content

Commit 7829c92

Browse files
committed
web: style fixes
1 parent 325563b commit 7829c92

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

docs/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,15 @@ <h1 class="hero-title">SSH Key Management<br/><span class="gradient-text">Made S
5757
</a>
5858
</div>
5959
<div class="hero-badges">
60-
<img src="https://github.com/ToeiRei/Keymaster/actions/workflows/ci.yml/badge.svg" alt="CI" />
61-
<img src="https://img.shields.io/github/v/tag/ToeiRei/Keymaster?label=release" alt="Release" />
62-
<img src="https://img.shields.io/badge/go-1.25.5-blue.svg" alt="Go" />
60+
<a href="https://github.com/ToeiRei/Keymaster/actions/workflows/ci.yml" title="CI Status">
61+
<img src="https://github.com/ToeiRei/Keymaster/actions/workflows/ci.yml/badge.svg" alt="CI" />
62+
</a>
63+
<a href="https://github.com/ToeiRei/Keymaster/releases" title="Latest Release">
64+
<img src="https://img.shields.io/github/v/tag/ToeiRei/Keymaster?label=release" alt="Release" />
65+
</a>
66+
<a href="https://golang.org" title="Go 1.25.5">
67+
<img src="https://img.shields.io/badge/go-1.25.5-blue.svg" alt="Go" />
68+
</a>
6369
</div>
6470
</div>
6571
</div>

docs/styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,17 @@ body {
260260
opacity: 0.8;
261261
}
262262

263+
.hero-badges a {
264+
display: inline-block;
265+
transition: transform 0.2s, opacity 0.2s;
266+
text-decoration: none;
267+
}
268+
269+
.hero-badges a:hover {
270+
transform: translateY(-2px);
271+
opacity: 1;
272+
}
273+
263274
.hero-badges img {
264275
height: 20px;
265276
}

0 commit comments

Comments
 (0)