mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 08:44:36 +00:00
Merge commit '506e066f11f0e7c424fc084d6b50c6d2734f15d8' into jpg
This commit is contained in:
8
content/.obsidian/app.json
vendored
8
content/.obsidian/app.json
vendored
@ -1,4 +1,10 @@
|
||||
{
|
||||
"alwaysUpdateLinks": true,
|
||||
"showInlineTitle": false
|
||||
"showInlineTitle": false,
|
||||
"pdfExportSettings": {
|
||||
"pageSize": "A4",
|
||||
"landscape": false,
|
||||
"margin": "0",
|
||||
"downscalePercent": 100
|
||||
}
|
||||
}
|
16
content/.obsidian/snippets/usage.css
vendored
16
content/.obsidian/snippets/usage.css
vendored
@ -36,4 +36,20 @@
|
||||
.usage .r {
|
||||
margin-left: 0.25rem;
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.usage .ileft {
|
||||
padding-left: 1.7rem;
|
||||
|
||||
background-image: linear-gradient(black, black), linear-gradient(black, black);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 8px 2px;
|
||||
background-position: top left, bottom left;
|
||||
|
||||
border-left: solid black;
|
||||
border-width: 0 2px;
|
||||
}
|
||||
|
||||
.usage .iright {
|
||||
padding-right: 1rem;
|
||||
}
|
Reference in New Issue
Block a user