feat(console): Style improvements for /black, View Transition fixes (#8739)

Co-authored-by: Github Action <action@github.com>
This commit is contained in:
Aaron Iker
2026-01-15 22:21:35 +01:00
committed by GitHub
parent f5fd54598f
commit ea643f1e3f
3 changed files with 28 additions and 102 deletions

View File

@@ -34,14 +34,14 @@ export const defaultConfig: LightRaysConfig = {
raysOrigin: "top-center",
raysColor: "#ffffff",
raysSpeed: 1.0,
lightSpread: 1.15,
rayLength: 4.0,
lightSpread: 1.2,
rayLength: 4.5,
sourceWidth: 0.1,
pulsating: true,
pulsatingMin: 0.9,
pulsatingMax: 1.0,
fadeDistance: 1.15,
saturation: 0.325,
pulsatingMax: 1.05,
fadeDistance: 1.25,
saturation: 0.35,
followMouse: false,
mouseInfluence: 0.05,
noiseAmount: 0.5,