Skip to content

Commit

Permalink
Fix contrast of page code color
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosapaduarte committed Mar 5, 2024
1 parent 3e0bd97 commit a9e8dd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/evaluation/webpage-code/webpage-code.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ nav a {
.html_code {
padding: 15px;
background-color: var(--webpage-code-background);
color: var(--webpage-code-text);
overflow: scroll;
margin-bottom: 100px;
}

.html_code pre code {
color: var(--webpage-code-text);
}

0 comments on commit a9e8dd4

Please sign in to comment.