fix: use the right colors (overlay / surface) for the right usage

This commit is contained in:
Ungol 2025-12-23 22:27:51 +01:00
parent eb2aa390bc
commit d27a5cd04b

View file

@ -28,7 +28,7 @@ article {
section {
&.title {
border-bottom-width: 1px;
border-bottom-color: var(--surface0);
border-bottom-color: var(--overlay0);
border-bottom-style: solid;
&>h1.title {
@ -148,7 +148,7 @@ pre {
padding: 1.25rem;
border-radius: var(--standard-border-radius);
border-style: solid;
border-color: var(--surface0);
border-color: var(--overlay0);
border-width: 0.15rem;
line-height: initial;
overflow-x: scroll;
@ -185,14 +185,14 @@ th {
padding: 1rem 1.5rem;
border-style: solid;
border-width: .1rem;
border-color: var(--surface0);
border-color: var(--overlay0);
text-align: start;
}
th {
background-color: var(--base);
text-transform: uppercase;
font-weight: bold;
font-weight: medium;
font-size: small;
border: none
}
@ -230,11 +230,11 @@ tr:last-child>td {
}
tr:nth-child(even) td {
background-color: var(--mantle);
background-color: var(--surface0);
}
hr {
color: var(--surface0);
color: var(--overlay0);
margin-top: 3rem;
margin-bottom: 3rem;
width: 50%;
@ -288,7 +288,7 @@ footer.footnotes {
font-size: .8rem;
color: var(--subtext1);
margin-top: 3rem;
border-top: 1px solid var(--surface0);
border-top: 1px solid var(--overlay0);
&>ol.footnotes-list>li {
margin-top: 1rem;