Skip to content

Commit 1ff7933

Browse files
committed
vite fixes
1 parent ddb9e41 commit 1ff7933

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/.vitepress/theme/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@ html {
325325
padding: 10px 24px;
326326
border-radius: 8px;
327327
background: #00d4ff;
328-
color: #0a0e14;
328+
color: #0a0e14 !important;
329329
font-size: 14px;
330330
font-weight: 700;
331331
letter-spacing: 0.02em;
332-
text-decoration: none;
332+
text-decoration: none !important;
333333
border: none;
334334
cursor: pointer;
335335
transition:
@@ -342,8 +342,8 @@ html {
342342
background: #1ae0ff;
343343
transform: translateY(-1px);
344344
box-shadow: 0 6px 20px rgba(0, 212, 255, 0.35);
345-
color: #0a0e14;
346-
text-decoration: none;
345+
color: #0a0e14 !important;
346+
text-decoration: none !important;
347347
}
348348

349349
.fk-hero-cta:active {

docs/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CI fails if coverage drops below:
8888

8989
The full Istanbul HTML report with per-file line-by-line highlighting is available at:
9090

91-
**[/coverage-report/](/coverage-report/)** on [forgekit.build](https://forgekit.build) after the docs CI job runs. If the link returns 404, the next push to `main` will regenerate it.
91+
**[/coverage-report/](https://forgekit.build/coverage-report/)** on [forgekit.build](https://forgekit.build) after the docs CI job runs. If the link returns 404, the next push to `main` will regenerate it.
9292

9393
## Run locally
9494

0 commit comments

Comments
 (0)