gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit ab1cd3a8026828d23fa6161ff3d765a706c1c146 parent 1936f32fdba9fffeff58cc5ca60bcabb651943dc Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:25:56 -0800 Merge pull request #841 from bbbbbr/docs/doxygen-awesome-theme docs: html: minor css tweaks for link opacity and UL/OL top margin Diffstat:
| M | docs/config/doxygen-awesome-theme/doxygen-awesome.css | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/docs/config/doxygen-awesome-theme/doxygen-awesome.css b/docs/config/doxygen-awesome-theme/doxygen-awesome.css @@ -9,6 +9,11 @@ Copyright (c) 2021 - 2025 jothepro */ html { + /* Less game between content root level ol and ul lists and preceding block level element */ + div > ol, div > ul { + margin-top: -0.50em; + } + /* primary theme color. This will affect the entire websites color scheme: links, arrows, labels, ... */ --primary-color: #1779c4; --primary-dark-color: #335c80; @@ -2741,7 +2746,7 @@ a.anchorlink { margin-left: var(--spacing-small); color: var(--page-foreground-color) !important; text-decoration: none; - opacity: .15; + opacity: .50; display: none; transition: opacity var(--animation-duration) ease-in-out, color var(--animation-duration) ease-in-out; } @@ -2756,7 +2761,7 @@ h3 a.anchorlink svg, h4 a.anchorlink svg { } a.anchorlink:hover { - opacity: .45; + opacity: .95; } h2:hover a.anchorlink, h1:hover a.anchorlink, h3:hover a.anchorlink, h4:hover a.anchorlink {
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.