chore: mercury changes

This commit is contained in:
xuu
2024-04-05 12:40:51 -06:00
parent d4e021386b
commit 1f8b4ab24f
19 changed files with 895 additions and 298 deletions

View File

@@ -32,7 +32,7 @@
<br />
<textarea name="content" rows="45" wrap="off"
onkeyup="if (this.scrollHeight > this.clientHeight) this.style.height = this.scrollHeight + ' px';"
style="overflow:auto; overflow-y:hidden; transition: height 0.2s ease-out;"></textarea>
style="overflow:auto; transition: height 0.2s ease-out;"></textarea>
</form>
<pre id="space-saved"></pre>
</div>

View File

@@ -6,6 +6,7 @@
body {
margin: 0;
min-height: 100vh;
background: rgb(210, 221, 240);
}
header {
@@ -57,6 +58,11 @@ code i {
}
code em {
color: orangered;
}
code small {
font-size-adjust: 50%;
color: orange;
}
@@ -94,7 +100,7 @@ footer>span {
.container>div {
overflow: auto;
padding: 10px;
background: rgb(238, 174, 202);
background-color: white;
border: 0px ;
}
@@ -158,7 +164,7 @@ footer>span {
}
@media (prefers-color-scheme: dark) {
html {
html, body {
color: white;
background: #111
}