flake: add treefmt, reorganize flake, format using treefmt
This commit is contained in:
parent
967b613d91
commit
12aa7125b5
17 changed files with 187 additions and 123 deletions
|
|
@ -39,7 +39,9 @@ code {
|
|||
body {
|
||||
color: var(--text);
|
||||
background: var(--background);
|
||||
font-family: "EB Garamond", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Athelas, Georgia, serif;
|
||||
font-family: "EB Garamond", Constantia, "Lucida Bright", Lucidabright,
|
||||
"Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif",
|
||||
"Liberation Serif", Athelas, Georgia, serif;
|
||||
/* font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif; */
|
||||
font-variant-numeric: oldstyle-nums;
|
||||
line-height: 1.5;
|
||||
|
|
@ -54,9 +56,7 @@ header {
|
|||
margin-bottom: 1rem;
|
||||
|
||||
& nav {
|
||||
|
||||
& ul {
|
||||
|
||||
font-size: 1.25rem;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
|
|
@ -66,7 +66,6 @@ header {
|
|||
.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -78,7 +77,7 @@ p {
|
|||
text-justify: inter-word;
|
||||
}
|
||||
|
||||
article>p:nth-of-type(2)::first-letter {
|
||||
article > p:nth-of-type(2)::first-letter {
|
||||
font-size: 3rem;
|
||||
float: left;
|
||||
line-height: 2.9rem;
|
||||
|
|
@ -166,7 +165,6 @@ footer {
|
|||
text-align: left;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tags {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue