updated colors
This commit is contained in:
parent
c63ce03029
commit
c654ffbf0f
2 changed files with 3 additions and 4 deletions
|
@ -59,8 +59,8 @@ h1 {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
border-top: 1px lightgray solid;
|
border-top: 1px #999 solid;
|
||||||
background-color: lightcyan;
|
background-color: lightgray;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<div class="stop-float" id="publish">
|
<div class="stop-float" id="publish">
|
||||||
<h2>Recent Meme Fodder</h2>
|
<h2>Recent Meme Fodder</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>Below are the images published to /meme-fodder. Click one to choose it as your canvas.</p>
|
<p>Below are the free, public images published to <a href="lbry://meme-fodder">lbry://meme-fodder</a>. Want to put a different image on the chopping block? Go publish it!</p>
|
||||||
<p>Spee.ch/meme-fodder/play uses the free, public images at the claim <a href="lbry://meme-fodder">lbry://meme-fodder</a>. Want to put a different image on the chopping block? Go publish it!</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{{#each claims}}
|
{{#each claims}}
|
||||||
|
|
Loading…
Reference in a new issue