diff options
| author | WindowsAddict | 2025-10-06 19:48:49 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-10-06 19:48:49 +0000 |
| commit | a95bf7ce742df3189b13cb899d675060b22fd9a4 (patch) | |
| tree | 8828bc8bf6a2eb429a92db45e06b11e3250449d4 /src/css/custom.css | |
| parent | 0c200320c5fa33cee809713379bd97dbc97ed073 (diff) | |
| download | massgrave.dev-a95bf7ce742df3189b13cb899d675060b22fd9a4.zip | |
Update layout. Thanks a lot to asdcorp.
Diffstat (limited to 'src/css/custom.css')
| -rw-r--r-- | src/css/custom.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/css/custom.css b/src/css/custom.css index 9e9c913..f1340c1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -115,3 +115,16 @@ table { .markdown h1:first-child { --ifm-h1-font-size: 2.2rem; } + +.sidebar-hr { + background-color: var(--ifm-toc-border-color); + margin: .5rem .75em; +} + +.sidebar-hr > .sub { + margin-left: 1.25em; +} + +.pagination-nav { + display: none; +} |
