Skip to content

Commit

Permalink
Hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jan 31, 2025
1 parent 32e32b5 commit 8c910ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions assets/css/extended/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@ table :where(th, td) {
font-size: calc(var(--text-size) * 1.9);
}

.post-content h2::before{
content:">";
color: var(--secondary);
display: inline-block;
position: absolute;
left: -10px;
@media (min-width: calc(768px + 6em)) {
.post-content h2::before{
content:">";
color: var(--secondary);
display: inline-block;
position: absolute;
left: -10px;
}
}

article.post-entry:has(a:hover) {
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2025/pip-25.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages can declare the path to their licensing-related files.
It took a few months, but it is now generally supported by build backends, publishing
tools, and PyPI. With this release, `pip show` will display the `License-Expression` over
the `License` field.[^metadata-version]
the `License` field when available.[^metadata-version]

```console { hl_lines=[9] }
$ pip install prettytable==3.13.0
Expand Down

0 comments on commit 8c910ee

Please sign in to comment.