Skip to content

Commit

Permalink
removed text colour css from error page as it defaults to what we want
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBirbeckTFS committed Aug 14, 2024
1 parent 34dcb09 commit 26eae4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions assets/stylesheets/_error.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.t-error {
background-color: $white;
color: $black;

hr {
height: 1px;
Expand All @@ -23,12 +22,10 @@
.c-error-page__header {
font-size: floor($font-size-base * 4);
font-weight: 700;
color: $black;
}

.c-error-page__subheader {
font-size: floor($font-size-base * 3);
color: $black;
}

.c-error-page__context {
Expand Down
3 changes: 0 additions & 3 deletions dist/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26eae4c

Please sign in to comment.