We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc11c9d commit 6b48f9aCopy full SHA for 6b48f9a
WebHostLib/static/styles/landing.css
@@ -235,9 +235,6 @@ html{
235
line-height: 30px;
236
}
237
238
-#landing .variable{
239
- color: #ffff00;
240
-}
241
242
.landing-deco{
243
position: absolute;
WebHostLib/templates/landing.html
@@ -49,9 +49,9 @@ <h4>multiworld multi-game randomizer</h4>
49
our crazy idea into a reality.
50
</p>
51
<p>
52
- <span class="variable">{{ seeds }}</span>
+ <a href="{{ url_for("stats") }}">{{ seeds }}</a>
53
games were generated and
54
- <span class="variable">{{ rooms }}</span>
+ <a href="{{ url_for("stats") }}">{{ rooms }}</a>
55
were hosted in the last 7 days.
56
57
</div>
0 commit comments