Skip to content

Commit c3caa29

Browse files
Change color on 404 page (#5932)
The colors on broken pages have `#da106e` and is not a part of `theme-default` in site-kit.
1 parent df19138 commit c3caa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/_error.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
p { margin: 1em auto }
2929
3030
.error {
31-
background-color: #da106e;
31+
background-color: var(--second);
3232
color: white;
3333
padding: 12px 16px;
3434
font: 600 16px/1.7 var(--font);

0 commit comments

Comments
 (0)