Skip to content

Commit

Permalink
Fix: (.spec-meta) Background for dark-mode (#495)
Browse files Browse the repository at this point in the history
This fixes the appearance of the .spec-meta class's background color
in dark mode.

This should be merged when the theme submodule is updated to include
<scientific-python/scientific-python-hugo-theme#233>.
  • Loading branch information
alphapapa authored Oct 12, 2023
1 parent 2c0b447 commit c1d0e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ table.spec__table thead {
}

.spec-meta {
background: #eee;
background: var(--colorBlockBackground);
padding: 0.5rem;
display: inline-block;
margin-top: 0.5rem;
Expand Down

0 comments on commit c1d0e91

Please sign in to comment.