fix text size for the code block
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m0s
Publish Docker Image / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 58s

This commit is contained in:
Lee 2024-06-01 18:27:58 +01:00
parent 4a2d3d4fb7
commit 779460689a

@ -15,7 +15,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
</head>
<body class="bg-black text-white h-screen relative">
<pre><code class="bg-transparent" th:text="${paste.content}"></code></pre>
<pre><code class="bg-transparent text-sm" th:text="${paste.content}"></code></pre>
<div class="absolute top-0 right-0 p-3">
<button id="raw-button" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">