make the background less dark
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m11s
Publish Docker Image / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 56s

This commit is contained in:
Lee 2024-06-02 10:25:06 +01:00
parent 93d491445a
commit 288c127520
2 changed files with 2 additions and 2 deletions

@ -10,7 +10,7 @@
<!-- TailwindCSS -->
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-black text-white">
<body class="bg-neutral-900 text-white">
<div class="p-3 h-screen w-screen relative">
<div class="flex gap-2 h-full w-full text-sm">
<p class="hidden md:block select-none pointer-events-none">&gt;</p>

@ -18,7 +18,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
<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">
<body class="bg-neutral-900 text-white h-screen relative">
<pre><code class="bg-transparent text-sm" th:text="${paste.content}"></code></pre>
<div class="absolute top-0 right-0 p-3">