Skip to content

Commit

Permalink
Fix background of typealong directive, which differs from type-along …
Browse files Browse the repository at this point in the history
…in sphinx-lesson
  • Loading branch information
ashwinvis committed Oct 7, 2024
1 parent 471fde4 commit 224e7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_static/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
background: rgba(221, 221, 221, 0.3);
}
.rst-content .typealong > .admonition-title {
background: rgba(187, 187, 187, 1.0);
background: rgba(89, 89, 89, 1.0);
}
.rst-content .typealong > .admonition-title::before {
content: "\02328";
Expand Down

0 comments on commit 224e7e3

Please sign in to comment.