Skip to content

Commit

Permalink
chore: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Nov 8, 2024
1 parent 6b8a48c commit 02afe98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions xmodule/assets/capa/_display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ iframe[seamless] {
}

.inline-error {
color: darken($error-color, 11%);
color: var(--error-color-dark)
}

div.problem-progress {
Expand Down Expand Up @@ -1239,7 +1239,7 @@ div.problem {

div.capa_reset {
padding: 25px;
background-color: lighten($error-color, 25%);
background-color: var(--error-color-light);
border: 1px solid var(--error-color);
border-radius: 3px;
font-size: 1em;
Expand Down
2 changes: 1 addition & 1 deletion xmodule/assets/tabs/_codemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
height: 379px;
border: 1px solid #3c3c3c;
border-top: 1px solid #8891a1;
background: $white;
background: var(--white);
color: #3c3c3c;
}

Expand Down

0 comments on commit 02afe98

Please sign in to comment.