mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-17 14:23:40 -05:00
High Contrast Button
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="og:image" content="./stewardle.png" />
|
||||
<link rel="stylesheet" href="./css/main.css">
|
||||
<link id="highContrast" rel="stylesheet" href="./css/highContrast.css">
|
||||
<script src="https://kit.fontawesome.com/134dd703dd.js" crossorigin="anonymous"></script>
|
||||
<title>Stewardle</title>
|
||||
<meta name="description" content="Test your F1 knowledge by guessing the driver of the day using the clues from your previous guesses! Inspired by Wordle, created by syhr.">
|
||||
@@ -96,8 +97,13 @@
|
||||
</div>
|
||||
<div class="backdrop"></div>
|
||||
<div class="title">
|
||||
<div class="left"></div>
|
||||
<h1>Stewardle</h1>
|
||||
<div class="info"><i class="fa-solid fa-circle-info"></i></div>
|
||||
<div class="info">
|
||||
<i id="stats" class="fa-sharp fa-solid fa-chart-simple"></i>
|
||||
<i id="highContrast-btn" class="fa-solid fa-palette"></i>
|
||||
<i id="tutorial" class="fa-solid fa-circle-info"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="splitter"></div>
|
||||
<div class="board">
|
||||
|
||||
Reference in New Issue
Block a user