build
This commit is contained in:
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
@ -324,6 +349,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -687,15 +713,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-06/` was built on 2026-05-06T15:59:49.565Z -->
|
||||
<!-- This page `/daily/2026-05-06/` was built on 2026-05-06T16:27:30.258Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user