mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-10 13:06:53 +08:00
deploy
This commit is contained in:
26
index.html
26
index.html
@@ -18,9 +18,9 @@
|
||||
<link href="assets/stylesheets/main.618322db.min.css" rel="stylesheet"/>
|
||||
<link href="assets/stylesheets/palette.ab4e12ef.min.css" rel="stylesheet"/>
|
||||
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,300i,400,400i,700,700i%7CFira+Code:400,400i,700,700i&display=fallback" rel="stylesheet"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,300i,400,400i,700,700i%7CJetBrains+Mono:400,400i,700,700i&display=fallback" rel="stylesheet"/>
|
||||
<style>
|
||||
:root{--md-text-font:"Noto Sans SC";--md-code-font:"Fira Code"}
|
||||
:root{--md-text-font:"Noto Sans SC";--md-code-font:"JetBrains Mono"}
|
||||
</style>
|
||||
<link href="stylesheets/extra.css" rel="stylesheet"/>
|
||||
<script>
|
||||
@@ -1873,17 +1873,17 @@
|
||||
</script>
|
||||
<script>
|
||||
Starfield.setup({
|
||||
starColor: "rgb(186, 228, 224)",
|
||||
canvasColor: "rgb(34, 39, 46)",
|
||||
numStars: 700,
|
||||
hueJitter: 120,
|
||||
trailLength: 0.5,
|
||||
baseSpeed: 0.7,
|
||||
maxAcceleration: 2,
|
||||
accelerationRate: 0.05,
|
||||
decelerationRate: 0.05,
|
||||
minSpawnRadius: 80,
|
||||
maxSpawnRadius: 500
|
||||
starColor: "rgb(186, 228, 224)",
|
||||
canvasColor: "rgb(34, 39, 46)",
|
||||
numStars: 700,
|
||||
hueJitter: 120,
|
||||
trailLength: 0.5,
|
||||
baseSpeed: 0.7,
|
||||
maxAcceleration: 2,
|
||||
accelerationRate: 0.05,
|
||||
decelerationRate: 0.05,
|
||||
minSpawnRadius: 80,
|
||||
maxSpawnRadius: 500
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user