R2NorthstarTools / R2NorthstarTools/FlightCore
Suggestions for CSS improvements
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 94
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Suggestions made by @barnabwhy in private channels based on TFOR launcher source code
:root {
--background-image: url("../bg/img/arc.png") center / cover;
--background-image-fallback: url("../bg/img/arc.png") center / cover;
--background-color: rgb(23, 51, 107);
--background-color-transparent: rgb(23, 51, 107, 0.85);
--background-gradient: linear-gradient(transparent 25%, var(--background-color-transparent) 75%, var(--background-color) 90%), var(--background-image), var(--background-image-fallback);
--background-color-secondary: rgb(14, 25, 47);
}
body {
background: var(--background-gradient);
}
https://discord.com/channels/920776187884732556/1043871335543214102/1048643323755233401
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No stylesheet or test file is named. Start by locating the launcher CSS entry point and compare its current background handling with the supplied variables and body background rules. Done means the proposed background image, fallback, colors, gradient, and secondary color are applied without regressions; confirm the result in the launcher UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100