ma o tatsu yaiba
This commit is contained in:
parent
569bc1c417
commit
d6ef5c30a0
@ -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);
|
||||||
|
}
|
@ -2,6 +2,10 @@
|
|||||||
--celeste: #20d6c7;
|
--celeste: #20d6c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html{
|
||||||
|
scrollbar-color: var(--celeste) black;
|
||||||
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
148
views/home.hbs
148
views/home.hbs
File diff suppressed because one or more lines are too long
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user