Merge pull request '_common/header: make links more visible' (#70) from vinishor/openbsd-webzine:main into main

Reviewed-on: #70
This commit is contained in:
solene 2022-09-01 20:57:29 +00:00
commit cab3ed287c
1 changed files with 2 additions and 2 deletions

View File

@ -51,12 +51,12 @@
.permalink {
color: blue;
text-decoration: none;
text-decoration: underline;
}
a {
color: black;
text-decoration: none;
text-decoration: underline;
}
.permalink::before { content: "↗ "; }