mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-22 22:31:26 +00:00
.github
content
quartz
components
pages
scripts
styles
backlinks.scss
clipboard.scss
darkmode.scss
footer.scss
graph.scss
legacyToc.scss
listPage.scss
popover.scss
search.scss
toc.scss
ArticleTitle.tsx
Backlinks.tsx
Body.tsx
Darkmode.tsx
Date.tsx
Footer.tsx
Graph.tsx
Head.tsx
Header.tsx
PageList.tsx
PageTitle.tsx
ReadingTime.tsx
Search.tsx
Spacer.tsx
TableOfContents.tsx
TagList.tsx
index.ts
renderPage.tsx
types.ts
plugins
processors
static
styles
bootstrap-cli.mjs
bootstrap-worker.mjs
build.ts
cfg.ts
log.ts
path.ts
perf.ts
resources.tsx
theme.ts
worker.ts
.gitignore
.prettierrc
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
tsconfig.json
tsconfig.tsbuildinfo
37 lines
495 B
SCSS
37 lines
495 B
SCSS
ul.section-ul {
|
|
list-style: none;
|
|
margin-top: 2em;
|
|
padding-left: 0;
|
|
}
|
|
|
|
li.section-li {
|
|
margin-bottom: 1em;
|
|
|
|
& > .section {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
@media all and (max-width: 600px) {
|
|
& .tags {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
& h3 > a {
|
|
font-weight: 700;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
& p {
|
|
margin: 0;
|
|
padding-right: 1em;
|
|
flex-basis: 6em;
|
|
}
|
|
}
|
|
|
|
& .meta {
|
|
opacity: 0.6;
|
|
}
|
|
}
|