1212 <h2 class =" font-semibold text-xs lg:text-sm text-slate-400 uppercase" >{{ torrent.info_hash }}</h2 >
1313
1414 <div class =" py-4 flex flex-col flex-col-reverse lg:flex-row" >
15- <div class =" px-1 py-1 w-full lg:w-2/3 flex flex-col lg:flex-row flex-row bg-slate -800/50 rounded-md" >
15+ <div class =" px-1 py-1 w-full lg:w-2/3 flex flex-col lg:flex-row flex-row bg-neutral -800/50 rounded-md" >
1616 <div class =" px-3 w-full lg:w-1/2 flex flex-col justify-start" >
1717 <div class =" detail" >Total size:<span class =" value" >{{ fileSize(torrent.file_size) }}</span ></div >
1818 <div class =" detail" >Upload Date:<span class =" value" >{{ new Date(torrent.upload_date * 1000).toLocaleString() }}</span ></div >
6363
6464 <div >
6565 <div v-if =" isAdmin" class =" py-3 border-b border-slate-200/5" ></div >
66- <!-- <div class="px-3 py-2 text-2xl text-white bg-slate -800 rounded-md"></div>-->
66+ <!-- <div class="px-3 py-2 text-2xl text-white bg-neutral -800 rounded-md"></div>-->
6767 </div >
6868 <div >
6969<!-- <div class="py-3 border-b border-slate-200/5"></div>-->
7878 <div class =" py-3 border-t border-slate-200/5" ></div >
7979 <textarea v-if =" editingDescription" rows =" 8" v-model =" newDescription" class =" input" ></textarea >
8080 <h2 v-if =" editingDescription" class =" section" >Markdown Preview</h2 >
81- <MarkdownItVue v-if =" editingDescription" :content =" newDescription" class =" px-4 py-4 max-h-64 overflow-auto md-body max-w-none prose-sm prose-blue bg-slate -800/50 rounded-md" />
81+ <MarkdownItVue v-if =" editingDescription" :content =" newDescription" class =" px-4 py-4 max-h-64 overflow-auto md-body max-w-none prose-sm prose-blue bg-neutral -800/50 rounded-md" />
8282 <MarkdownItVue v-if =" !editingDescription && torrent.description" :content =" torrent.description" class =" md-body max-w-none prose-sm prose-blue" />
8383 <span v-if =" !editingDescription && !torrent.description" class =" text-slate-400 italic" >Empty</span >
8484 </div >
@@ -268,7 +268,7 @@ export default {
268268
269269<style >
270270.status {
271- @apply px- 2 py- 1.5 w- 1/2 flex flex-row bg-slate - 800/50 text-slate- 200 capitalize border border-transparent rounded-md text-sm uppercase ;
271+ @apply px- 2 py- 1.5 w- 1/2 flex flex-row bg-neutral - 800/50 text-slate- 200 capitalize border border-transparent rounded-md text-sm uppercase ;
272272}
273273
274274.detail {
@@ -284,11 +284,11 @@ h2.section {
284284}
285285
286286button .edit {
287- @apply px- 4 py- 1.5 rounded-md border border-slate- 800 text-sm text-slate- 400 flex items-center relative cursor-pointer transition duration- 200 hover :text-slate-200 hover:border-slate-200 disabled :bg-slate -700 disabled :border-slate-700 disabled :text-slate-400;
287+ @apply px- 4 py- 1.5 rounded-md border border-slate- 800 text-sm text-slate- 400 flex items-center relative cursor-pointer transition duration- 200 hover :text-slate-200 hover:border-slate-200 disabled :bg-neutral -700 disabled :border-slate-700 disabled :text-slate-400;
288288}
289289
290290textarea .input {
291- @apply py- 2 px- 4 bg-slate - 800/50 appearance-none w-full text-slate- 200 rounded-md leading-tight focus :outline-none;
291+ @apply py- 2 px- 4 bg-neutral - 800/50 appearance-none w-full text-slate- 200 rounded-md leading-tight focus :outline-none;
292292}
293293
294294.markdown-body {
@@ -304,18 +304,18 @@ textarea.input {
304304}
305305
306306.markdown-body hr {
307- @apply bg-slate - 200/50;
307+ @apply bg-neutral - 200/50;
308308}
309309
310310.markdown-body h1 , .markdown-body h2 , .markdown-body h3 , .markdown-body h4 , .markdown-body h5 , .markdown-body h6 {
311311 @apply border-slate- 200/50;
312312}
313313
314314.markdown-body .highlight pre , .markdown-body pre {
315- @apply bg-slate - 800 text-slate- 400 rounded-md ;
315+ @apply bg-neutral - 800 text-slate- 400 rounded-md ;
316316}
317317
318318.markdown-body table tr , .markdown-body table td , .markdown-body table th {
319- @apply bg-slate - 800 border-slate- 700;
319+ @apply bg-neutral - 800 border-slate- 700;
320320}
321321 </style >
0 commit comments