ma o tatsu yaiba

This commit is contained in:
simio 2024-12-04 14:47:20 -03:00
parent 569bc1c417
commit d6ef5c30a0
4 changed files with 152 additions and 8 deletions

View File

@ -46,4 +46,8 @@
height: 800px;
overflow-y: scroll;
border: 1px solid var(--celeste)
}
.maotatsu > small::selection{
background-color: var(--celeste);
}

View File

@ -2,6 +2,10 @@
--celeste: #20d6c7;
}
html{
scrollbar-color: var(--celeste) black;
}
body{
margin: 0;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@ -4,13 +4,13 @@
<p>
>>> Absolutely all of the views, thoughts and opinions expressed by the authors and contributors of the following websites are agreed, promoted, shared and therefore brutally endorsed with an iron fist. <<<
</p>
<table>
<table cellpadding="20" border="1">
{{#each categoriesAndSites}}
{{#ifDivisibleBy @index 2}}
</tr>
<tr>
{{/ifDivisibleBy}}
<td>
<td valign="top" width="50%">
<h2>{{name}}</h2>
<ul>
{{#each sites}}