Skip to content

Commit

Permalink
Change color on 404 page (#5932)
Browse files Browse the repository at this point in the history
The colors on broken pages have `#da106e` and is not a part of `theme-default` in site-kit.
  • Loading branch information
peopledrivemecrazy authored Jan 30, 2021
1 parent df19138 commit c3caa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/routes/_error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
p { margin: 1em auto }
.error {
background-color: #da106e;
background-color: var(--second);
color: white;
padding: 12px 16px;
font: 600 16px/1.7 var(--font);
Expand Down

0 comments on commit c3caa29

Please sign in to comment.