Skip to content

Commit

Permalink
use var for gray color
Browse files Browse the repository at this point in the history
  • Loading branch information
cbauerman committed Nov 15, 2021
1 parent abb45e0 commit c3b83be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@

&[disabled],
&:disabled {
background: #dcdcde;
background: var( --jp-gray );
color: #a7aaad;
border-color: #dcdcde;
border-color: var( --jp-gray );
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@

&[disabled],
&:disabled {
background: #dcdcde;
background: var( --jp-gray );
color: #a7aaad;
border-color: #dcdcde;
border-color: var( --jp-gray );
}
}

0 comments on commit c3b83be

Please sign in to comment.