_common/header: make links more visible

This commit is contained in:
Vincent Finance 2022-09-01 22:52:56 +02:00
parent d14dbab42f
commit 6eb9b77731
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: "↗ "; }