DGrothe-PhD / DGrothe-PhD/dgrothe-phd.github.io
[tech debt] nested css
Open
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The current css could profit from class or other definition context based nesting.
```
.dark-mode {
h2 {
…
}
a:hover {
…
}}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the current CSS entry point and reviewing the existing dark-mode, heading, and link-hover rules. Refactor the relevant selectors to use class or definition-context nesting, then verify that dark-mode headings and hovered links render unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100