Add missing CSS styling for permalinks to Debian template

This commit is contained in:
Matthias Klumpp 2020-05-13 03:20:11 +02:00
parent f0776b9b42
commit 222c84d225
2 changed files with 8 additions and 6 deletions

View File

@ -18,9 +18,6 @@ body {
a {
color: #337ab7;
text-decoration: none;
}
a {
background-color: transparent;
}
@ -236,3 +233,11 @@ code {
position: absolute;
width: 1px;
}
.permalink {
font-size: 75%;
color: #999;
line-height: 100%;
font-weight: normal;
text-decoration: none;
}

View File

@ -18,9 +18,6 @@ body {
a {
color: #337ab7;
text-decoration: none;
}
a {
background-color: transparent;
}