boostorg / boostorg/boostlook

Footnotes in dark theme are invisible

Open Beginner friendly
#185 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
3
Forks
13
Avg merge
2m
Merged PRs (30d)
1

Description

In the dark theme, footnotes render black against the black background, which makes them invisible.
Fix `boostlook.css`. It probably requires adding

```
.boostlook #footnotes,
.boostlook #footnotes .footnote,
.boostlook .footnotes,
.boostlook .footnotes .footnote {
color: var(--text-main-text-body-primary);
}
```

But I have no means of verifying the result.

Contributor guide

No contributing guide indexed for this repository

Research direction

Open boostlook.css and inspect the existing dark-theme rules for #footnotes and .footnotes. Apply the requested footnote color change, then verify in a dark-theme rendering that footnote text is visible against the background.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
82/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.