Misc styling

This commit is contained in:
L. Karkkainen 2023-02-07 22:03:10 +00:00
parent a5f732cc80
commit 7e617c1769
2 changed files with 15 additions and 7 deletions

View File

@ -13,6 +13,9 @@ body {
--sanic-yellow: #FFE900;
--sanic-purple: #833FE3;
--sanic-green: #16DB93;
scrollbar-gutter: stable;
overflow: scroll;
overflow-x: hidden;
}
body>* {
@ -60,10 +63,6 @@ h1 {
text-align: left;
}
h2 {
margin: 1em 0 0.5em 0;
}
a:visited {
color: inherit;
}

View File

@ -1,7 +1,8 @@
/** ErrorPage **/
summary {
margin-top: 3em;
color: #888;
color: var(--sanic-blue);
cursor: pointer;
}
.tracerite {
@ -11,9 +12,17 @@ summary {
--tracerite-exception: var(--sanic);
--tracerite-highlight: var(--sanic-yellow);
}
h1 {
margin-left: -1.5rem; /* Emoji partially in the left margin */
}
h2 {
margin: 1em 0 0.2em 0;
font-size: 1.25rem;
color: #888;
}
dl.key-value-table {
width: 100%;
margin: 0;
display: grid;
grid-template-columns: 1fr 5fr;
grid-gap: .3em;
@ -23,7 +32,7 @@ dl.key-value-table * {
margin: 0;
}
dl.key-value-table dt {
color: gray;
color: #888;
word-break: break-word;
}
dl.key-value-table dd {