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

@ -47,3 +47,7 @@
overflow-y: scroll; overflow-y: scroll;
border: 1px solid var(--celeste) border: 1px solid var(--celeste)
} }
.maotatsu > small::selection{
background-color: var(--celeste);
}

View File

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

File diff suppressed because one or more lines are too long

View File

@ -4,13 +4,13 @@
<p> <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. <<< >>> 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> </p>
<table> <table cellpadding="20" border="1">
{{#each categoriesAndSites}} {{#each categoriesAndSites}}
{{#ifDivisibleBy @index 2}} {{#ifDivisibleBy @index 2}}
</tr> </tr>
<tr> <tr>
{{/ifDivisibleBy}} {{/ifDivisibleBy}}
<td> <td valign="top" width="50%">
<h2>{{name}}</h2> <h2>{{name}}</h2>
<ul> <ul>
{{#each sites}} {{#each sites}}