diff options
author | Marvin Borner | 2023-11-06 00:24:11 +0100 |
---|---|---|
committer | Marvin Borner | 2023-11-06 00:24:31 +0100 |
commit | 9d722a0b6138827de743f9fe4acbf3f2c1830bb0 (patch) | |
tree | 789b8df72f0f2cae2bb4009ddb93b914bf83eb2c /docs/wiki_src/custom.css | |
parent | 027fc0f91ae7bf64564091fbcec7694f5d53d8fe (diff) |
Started creating new docs with wiki
Diffstat (limited to 'docs/wiki_src/custom.css')
-rw-r--r-- | docs/wiki_src/custom.css | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/wiki_src/custom.css b/docs/wiki_src/custom.css new file mode 100644 index 0000000..fdcea31 --- /dev/null +++ b/docs/wiki_src/custom.css @@ -0,0 +1,56 @@ +.headerlink { + display: none; +} + +h2,h3,h4,h5,h6 { + line-height: var(--global-line-height); + margin-bottom: 0.5em; +} + +.terminal h1 { + font-size: 2.33em; +} + +.terminal h1 > * { + font-size: inherit; +} + +.terminal h2 { + font-size: 1.83em; +} + +.terminal h2 > * { + font-size: inherit; +} + +.terminal h3{ + font-size: 1.50em; +} + +.terminal h3 > * { + font-size: inherit; +} + +.terminal h4 { + font-size: 1.33em; +} + +.terminal h4 > * { + font-size: inherit; +} + +.terminal h5 { + font-size: 1.16em; +} + +.terminal h5 > * { + font-size: inherit; +} + +.terminal h6 { + font-size: 1em; +} + +.terminal h6 > * { + font-size: inherit; +} |