darkmode scripts

This commit is contained in:
Jacky Zhao 2023-06-06 19:48:37 -07:00
parent 89e0311a98
commit 4d3579ca98
13 changed files with 145 additions and 15 deletions

10
quartz/styles/header.scss Normal file
View file

@ -0,0 +1,10 @@
header {
display: flex;
flex-direction: row;
align-items: center;
margin: 1em 0 2em 0;
& > h1 {
margin: 0;
flex: auto;
}
}