_common/header: make links more visible #70

Merged
solene merged 1 commits from vinishor/openbsd-webzine:main into main 2022-09-01 20:57:29 +00:00
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: "↗ "; }