diff --git a/static/css/pretty.css b/static/css/pretty.css
index f4d0488..e6b0bb1 100644
--- a/static/css/pretty.css
+++ b/static/css/pretty.css
@@ -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 {
diff --git a/templates/pretty.html.tera b/templates/pretty.html.tera
index afb67e2..c29b91e 100644
--- a/templates/pretty.html.tera
+++ b/templates/pretty.html.tera
@@ -28,8 +28,9 @@
+ 🗏 Show Raw
-{% endblock body %}
\ No newline at end of file
+{% endblock body %}