fix: Minor CSS improvements

This commit is contained in:
Ginger
2026-05-03 13:25:23 -04:00
parent 1cda559a18
commit 9bfc331a26
4 changed files with 13 additions and 2 deletions
+10
View File
@@ -189,6 +189,12 @@ code {
color: oklch(from var(--secondary) var(--name-lightness) c h);
}
pre {
background-color: oklch(from var(--panel-bg) calc(l - 0.05) c h);
border-radius: var(--border-radius-sm);
padding: 8px;
}
input, button, a.button {
display: inline-block;
padding: 0.5em;
@@ -254,6 +260,10 @@ h1 {
margin-bottom: 0 !important;
}
.select-all {
user-select: all;
}
@media (max-width: 425px) {
main {
padding-block-start: 2rem;
+1
View File
@@ -7,6 +7,7 @@
user-select: none;
margin: 0;
padding: 0;
background: none;
}
h1 {