Minor style updates
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
/>
|
/>
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover" class="bg-white dark:bg-gray-800 dark:text-white">
|
<body data-sveltekit-preload-data="hover" class="bg-white dark:bg-gray-950 dark:text-white">
|
||||||
<div style="display: contents">%sveltekit.body%</div>
|
<div style="display: contents">%sveltekit.body%</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ const defaultSettings: Settings = {
|
|||||||
pageNum: true,
|
pageNum: true,
|
||||||
charCount: false,
|
charCount: false,
|
||||||
mobile: false,
|
mobile: false,
|
||||||
backgroundColor: '#0d0d0f',
|
backgroundColor: '#030712',
|
||||||
fontSize: 'auto',
|
fontSize: 'auto',
|
||||||
zoomDefault: 'zoomFitToScreen',
|
zoomDefault: 'zoomFitToScreen',
|
||||||
ankiConnectSettings: {
|
ankiConnectSettings: {
|
||||||
|
|||||||
@@ -6,6 +6,6 @@
|
|||||||
<title>Mokuro</title>
|
<title>Mokuro</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="p-5">
|
<div class="p-2">
|
||||||
<Catalog />
|
<Catalog />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<title>{manga?.[0].mokuroData.title || 'Manga'}</title>
|
<title>{manga?.[0].mokuroData.title || 'Manga'}</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
{#if manga}
|
{#if manga}
|
||||||
<div class="p-5 flex flex-col gap-5">
|
<div class="p-2 flex flex-col gap-5">
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row justify-between">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<h3 class="font-bold">{manga[0].mokuroData.title}</h3>
|
<h3 class="font-bold">{manga[0].mokuroData.title}</h3>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Mokuro Reader",
|
"name": "Mokuro",
|
||||||
"short_name": "Mokuro",
|
"short_name": "Mokuro",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
@@ -52,9 +52,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"background_color": "#0d0d0f",
|
"background_color": "#030712",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"theme_color": "#0d0d0f",
|
"theme_color": "#030712",
|
||||||
"description": "Reader for Mokuro processed manga"
|
"description": "Reader for Mokuro processed manga"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user