darkmode scripts
This commit is contained in:
parent
89e0311a98
commit
4d3579ca98
13 changed files with 145 additions and 15 deletions
10
quartz/styles/header.scss
Normal file
10
quartz/styles/header.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin: 1em 0 2em 0;
|
||||
& > h1 {
|
||||
margin: 0;
|
||||
flex: auto;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue