Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuff committed Apr 29, 2024
1 parent 2077c62 commit a0817c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/worksheets/worksheet_redlining.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ Redlining

<style>
details[open] summary {
color: green;
background-color: green;

details[open] summary {
background-color: grey;
}
</style>
<details>
Expand Down
5 changes: 4 additions & 1 deletion docs/worksheets/worksheet_redlining.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ format: gfm

<style>
details[open] summary {
color: green;
background-color: green;

details[open] summary {
background-color: grey;
}
</style>

Expand Down

0 comments on commit a0817c9

Please sign in to comment.