|
67 | 67 |
|
68 | 68 | <div class="rounded-lg wrongdir px-1 text-center">
|
69 | 69 | <div class="h-8" />
|
70 |
| - <p class="mx-2 select-none"> |
| 70 | + <p class="mx-2 select-none text-primary-200"> |
71 | 71 | i-ncript must run inside a directory named <span class={rootFolderClass}
|
72 | 72 | >{rootFolder}</span
|
73 | 73 | >
|
|
78 | 78 | activeClass="focus:none"
|
79 | 79 | >
|
80 | 80 | <AccordionItem>
|
81 |
| - <span slot="header" class="select-none" |
| 81 | + <span slot="header" class="select-none text-gray-500" |
82 | 82 | >why is this step necessary?</span
|
83 | 83 | >
|
84 |
| - <p class="mb-2 text-gray-500 dark:text-gray-400"> |
| 84 | + <p class="mb-2 text-gray-500"> |
85 | 85 | For organizational and security purposes, i-ncript can only run
|
86 | 86 | within a specified directory, in this case: <span
|
87 | 87 | class={rootFolderClass}>{rootFolder}</span
|
88 | 88 | >.
|
89 | 89 | </p>
|
90 |
| - <p class="text-gray-500 dark:text-gray-400"> |
| 90 | + <p class="text-gray-500"> |
91 | 91 | This will prevent unintentional encryption of unrelated files
|
92 | 92 | from other subdirectories, keep encrypted files organized within
|
93 | 93 | the apps directory, and allow the app and its contents to be
|
94 | 94 | easily transferred to another device.
|
95 | 95 | </p>
|
96 | 96 | </AccordionItem>
|
97 | 97 | <AccordionItem>
|
98 |
| - <span slot="header" class="select-none" |
| 98 | + <span slot="header" class="select-none text-gray-500" |
99 | 99 | >how do I create a directory?</span
|
100 | 100 | >
|
101 |
| - <p class="mb-2 text-gray-500 dark:text-gray-400"> |
| 101 | + <p class="mb-2 text-gray-500"> |
102 | 102 | As i-ncript is designed to be a portable application that
|
103 | 103 | operates within a removable storage device, it must be entirely
|
104 | 104 | self contained inside a single directory.
|
105 | 105 | </p>
|
106 |
| - <p class="mb-2 text-gray-500 dark:text-gray-400"> |
| 106 | + <p class="mb-2 text-gray-500"> |
107 | 107 | You can then create a directory named <span
|
108 | 108 | class={rootFolderClass}>{rootFolder}</span
|
109 | 109 | >, preferably inside a removable drive such as a USB, then close
|
110 | 110 | the app and move the executable inside there.
|
111 | 111 | </p>
|
112 | 112 | {#if rootFolderPath === ""}
|
113 |
| - <p class="text-gray-500 dark:text-gray-400"> |
| 113 | + <p class="text-gray-500"> |
114 | 114 | Otherwise, click the [Create Folder] button below which will
|
115 | 115 | generate the <span class={rootFolderClass}
|
116 | 116 | >{rootFolder}</span
|
|
126 | 126 | {:else}
|
127 | 127 | <div class="flex justify-center">
|
128 | 128 | <p
|
129 |
| - class="text-primary-400 dark:text-primary-300 text-sm pl-2 leading-none !text-justify" |
| 129 | + class="text-primary-200 text-sm pl-2 leading-none !text-justify" |
130 | 130 | >
|
131 | 131 | the <button
|
132 | 132 | class={`${rootFolderClass} hover:outline`}
|
|
0 commit comments