flake: add treefmt, reorganize flake, format using treefmt

This commit is contained in:
Jan Kremer 2024-07-02 20:29:39 +02:00
parent 967b613d91
commit 12aa7125b5
No known key found for this signature in database
17 changed files with 187 additions and 123 deletions

View file

@ -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 {