diff --git a/static/styles.css b/static/styles.css index 8f635e5..2a457b0 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,20 +1,18 @@ @import url("https://fonts.googleapis.com/css?family=IBM Plex Sans"); -@import url("https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-dark.min.css"); -@import url("https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.css"); +@import url("https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css"); body { font-family: "IBM Plex Sans"; } -pre { - overflow-x: auto; - white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: -pre-wrap; - white-space: -o-pre-wrap; - word-wrap: break-word; +code[class*="language-*"] { + font-family: "Fira Code" !important; } -.hljs { - font-family: "Hack" !important; +.mdpaste { + white-space: normal !important; + word-break: break-word !important; + font-family: "Lunasima" !important; + font-size: 14 !important; + color: "white" !important; } diff --git a/templates/paste.html b/templates/paste.html index 5f46fdd..18a5636 100644 --- a/templates/paste.html +++ b/templates/paste.html @@ -13,8 +13,9 @@
{{paste_content}}+ + + + +
{{paste_content}}
{% endif %}
{% endblock content %}