First post
This commit is contained in:
parent
53c0c6a9d6
commit
4c3e514a14
8 changed files with 152 additions and 18 deletions
|
@ -2,6 +2,10 @@ code {
|
|||
font-family: "Iosevka Web", monospace;
|
||||
background-color: light-dark(#fbf3db, #103c48);
|
||||
color: light-dark(#53676d, #adbcbc);
|
||||
padding: 0.25ch;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
width: 80%;
|
||||
display: block;
|
||||
padding: 1rem;
|
||||
|
@ -43,3 +47,5 @@ pre {
|
|||
.hl-data {
|
||||
color: light-dark(#d2212d, #ed4a46)
|
||||
}
|
||||
|
||||
/* TODO: Footnote hover */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue