Add raw link on pretty pages

This commit is contained in:
Leonora Tindall 2022-01-31 22:09:26 -06:00 committed by Leonora Tindall
commit 874e12fe3f
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,7 @@ span {
user-select: none;
}
.topRightBox button {
.topRightBox button, .topRightBox a {
color: inherit;
background-color: inherit;
margin: 0px 5px;
@ -32,6 +32,7 @@ span {
font-size: inherit;
line-height: inherit;
cursor: pointer;
text-decoration: none;
}
.topRightBox button:hover {