better code snippet, footnotes, hr
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
This commit is contained in:
parent
bb779329d6
commit
61b18a1d5d
1 changed files with 31 additions and 6 deletions
|
@ -3,6 +3,8 @@
|
||||||
--selection: rgba(92, 54, 131, 0.7);
|
--selection: rgba(92, 54, 131, 0.7);
|
||||||
--bg: #ffffff;
|
--bg: #ffffff;
|
||||||
--font-color: #18181b;
|
--font-color: #18181b;
|
||||||
|
--code-font-color: #333333;
|
||||||
|
--code-bg-color: #eeeeee;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,6 +13,8 @@
|
||||||
--selection: rgba(124, 75, 173, 0.5);
|
--selection: rgba(124, 75, 173, 0.5);
|
||||||
--bg: #171e26;
|
--bg: #171e26;
|
||||||
--font-color: #a1a1aa;
|
--font-color: #a1a1aa;
|
||||||
|
--code-font-color: #eeeeee;
|
||||||
|
--code-bg-color: #333333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -101,10 +105,31 @@ footer {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* code,
|
|
||||||
kbd,
|
kbd,
|
||||||
samp,
|
code {
|
||||||
pre {
|
background-color: var(--code-bg-color);
|
||||||
font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
|
border-radius: 3px;
|
||||||
monospace;
|
color: var(--code-font-color);
|
||||||
} */
|
box-shadow: 0 1px 1px #000000;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 0.85em;
|
||||||
|
font-weight: 700;
|
||||||
|
line-height: 1;
|
||||||
|
padding: 2px 4px;
|
||||||
|
vertical-align: 1.5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footnotes a {
|
||||||
|
font-family: "Segoe UI";
|
||||||
|
text-decoration: underline dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footnote-ref > a {
|
||||||
|
text-decoration: underline dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: 0;
|
||||||
|
height: 1px;
|
||||||
|
background: #8080802f;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue