adding anchors in manifestation

This commit is contained in:
hugo LAMY
2026-03-12 12:34:34 +01:00
parent 5cf920e45b
commit 546001e635
2 changed files with 99 additions and 32 deletions

View File

@@ -22,12 +22,18 @@
column-gap: 30px;
}
#middle #top.name_list p {
#middle #top.name_list .name_item {
text-decoration: none;
color: inherit;
position: relative;
padding-left: 13px;
}
#middle #top.name_list p::before {
#middle #top.name_list .name_item:hover {
text-decoration-line: underline;
}
#middle #top.name_list .name_item::before {
content: "";
position: absolute;
left: 0;