Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
feat: Anticipate cpitclaudel/alectryon#79
Browse files Browse the repository at this point in the history
Close #5
  • Loading branch information
erikmd committed Mar 9, 2022
1 parent 2512792 commit 0154bf4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
for item in ${{ matrix.src }}; do
cp -av "src/$item" "output/$item"
alectryon/alectryon.py --frontend coq+rst "src/$item" \
--html-dialect=html5 \
--backend webpage --output-directory output
cat src/self_link.css >>output/docutils_basic.css
done
endGroup
- name: Revert permissions
Expand Down
11 changes: 11 additions & 0 deletions src/self_link.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
a.self-link {
text-decoration: none;
}

*:hover > a.self-link:after {
text-decoration: none;
content: "\1F517"; /* LINK SYMBOL */
color: grey;
font-size: smaller;
margin-left: 0.2em;
}

0 comments on commit 0154bf4

Please sign in to comment.