fix text size for the code block
This commit is contained in:
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">
|
||||
|
Reference in New Issue
Block a user