ma o tatsu yaiba
This commit is contained in:
parent
569bc1c417
commit
d6ef5c30a0
@ -46,4 +46,8 @@
|
||||
height: 800px;
|
||||
overflow-y: scroll;
|
||||
border: 1px solid var(--celeste)
|
||||
}
|
||||
|
||||
.maotatsu > small::selection{
|
||||
background-color: var(--celeste);
|
||||
}
|
@ -2,6 +2,10 @@
|
||||
--celeste: #20d6c7;
|
||||
}
|
||||
|
||||
html{
|
||||
scrollbar-color: var(--celeste) black;
|
||||
}
|
||||
|
||||
body{
|
||||
margin: 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>
|
||||
>>> 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}}
|
||||
|
Loading…
Reference in New Issue
Block a user