R2NorthstarTools / R2NorthstarTools/FlightCore

Suggestions for CSS improvements

Open
#104 5 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.