From 874e12fe3f565a8461942c6f4a0f594b27c293f1 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Mon, 31 Jan 2022 22:09:26 -0600 Subject: [PATCH] Add raw link on pretty pages --- static/css/pretty.css | 3 ++- templates/pretty.html.tera | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 %}