mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 08:44:36 +00:00
Squashed 'content/' changes from 0ba6983..6f86fb4
6f86fb4 Added obsidian vault configuration git-subtree-dir: content git-subtree-split: 6f86fb45f9558cbf3089c1007252100af3339570
This commit is contained in:
3
.obsidian/snippets/spacing.css
vendored
Normal file
3
.obsidian/snippets/spacing.css
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cm-s-obsidian .cm-line.HyperMD-header {
|
||||
padding-top: 0;
|
||||
}
|
34
.obsidian/snippets/usage.css
vendored
Normal file
34
.obsidian/snippets/usage.css
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
.box {
|
||||
border: 1px solid black;
|
||||
border-radius: 0.5rem;
|
||||
padding: 0.2rem 0.3rem 0.2rem 0.3rem;
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
margin: 0.2rem;
|
||||
}
|
||||
|
||||
.usage {
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.left {
|
||||
padding-right: 1.7rem;
|
||||
|
||||
background-image: linear-gradient(black, black), linear-gradient(black, black);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 8px 2px;
|
||||
background-position: top right, bottom right;
|
||||
|
||||
border-right: solid black;
|
||||
border-width: 0 2px;
|
||||
}
|
||||
|
||||
.left p {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.right {
|
||||
padding-left: 1rem;
|
||||
}
|
Reference in New Issue
Block a user