Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTA in Japan Winter 2023 配色の変更 #734

Merged
merged 3 commits into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/browser/graphics/styles/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ export const border = {

export const background = {
/** カメラ枠 背景 */
camera: "rgba(40, 15, 20, 0.5)",
camera: "rgba(40, 15, 20, 0.4)",
/** スポンサー枠 背景 */
sponsor: "rgba(40, 15, 20, 0.5)",
sponsor: "rgba(40, 15, 20, 0.4)",
/** 走者名枠、解説者名枠 背景 */
name: "rgba(40, 15, 20, 0.35)",
name: "rgba(40, 15, 20, 0.2)",
/** 下部帯 背景 */
omnibar: "rgb(230,230,230)",
/** Twitter枠 背景 */
tweet: "rgba(40, 15, 20, 0.5)",
tweet: "rgba(40, 15, 20, 0.4)",
/** エンドロール枠 背景 */
credit: "rgba(37, 48, 58, 0.8)",
};
Expand Down
Loading