Color changes

master
Araozu 2024-05-29 08:44:23 -05:00
parent 34efcc780d
commit 670364e386
1 changed files with 4 additions and 4 deletions

View File

@ -233,13 +233,13 @@ If you know that the number of elements is fixed and valid, use Tuples instead.
In the parameters, <code class="token keyword">self</code> is the array to operate on.
<table class="table-fixed w-full border-collapse border-2 border-zinc-900">
<table class="table-fixed w-full border-collapse border-2 dark:border-zinc-900 border-stone-400">
<thead>
<td class="p-2">Method</td>
<td class="py-2">Description</td>
</thead>
<tbody>
<tr class="odd:bg-zinc-900">
<tr class="dark:odd:bg-zinc-900 odd:bg-stone-200">
<td class="px-2">
<p class="font-mono whitespace-pre">
<span class="token keyword">fun </span>
@ -266,7 +266,7 @@ In the parameters, <code class="token keyword">self</code> is the array to opera
them in a new array.
</td>
</tr>
<tr class="odd:bg-zinc-900">
<tr class="dark:odd:bg-zinc-900 odd:bg-stone-200">
<td class="px-2">
<p class="font-mono">
<span class="token keyword">fun </span>
@ -285,7 +285,7 @@ In the parameters, <code class="token keyword">self</code> is the array to opera
Returns the new length of the array.
</td>
</tr>
<tr class="odd:bg-zinc-900">
<tr class="dark:odd:bg-zinc-900 odd:bg-stone-200">
<td class="px-2">
<p class="font-mono">
<span class="token keyword">fun </span>