add css, next post feature

change favicon, add more readme, add extra example post, dark/light mode toggle
This commit is contained in:
jetstream0
2023-07-31 22:54:05 -07:00
parent c041f77b88
commit db4f5fea22
16 changed files with 257 additions and 29 deletions

View File

@@ -0,0 +1 @@
<input id="dark-mode" type="checkbox"/><label for="dark-mode"></label>

View File

@@ -0,0 +1,35 @@
<style>
blockquote {
margin: 0;
margin: 8px 0px;
padding: 4px 8px 4px 0px;
border-left: 8px solid #727272;
padding-left: 8px;
}
.code-block, code {
font-family: 'Courier New', Courier, monospace;
font-size: 1rem;
}
.code-block {
color: #222;
background-color: #d8d8d8;
padding: 2px 4px;
word-break: break-all;
border-radius: 3px;
}
img {
max-width: 85%;
}
table {
border-collapse: collapse;
}
th, td {
padding: 2px 5px;
border: 1px solid black;
}
</style>

View File

@@ -1 +1 @@
<a href="/" style="position: absolute; left: 10px; top: 10px;"><- Get me outta here!</a>
<a id="return" href="/"><= Get me outta here!</a>