victor HF staff commited on
Commit
90ff20c
1 Parent(s): d0aedb6

small tweak

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -99,9 +99,9 @@
99
  You found 0 fake insects in 25 seconds.
100
  </p>
101
  <p id="performance-percentage" class="text-md text-gray-500">You've outperformed 0% of players.</p>
102
- <p class="text-md text-gray-500">
103
- Overall Highscore:
104
- <span id="highscore" class="rounded-xl bg-black px-2 text-white">0</span>
105
  </p>
106
  </div>
107
 
 
99
  You found 0 fake insects in 25 seconds.
100
  </p>
101
  <p id="performance-percentage" class="text-md text-gray-500">You've outperformed 0% of players.</p>
102
+ <p class="text-md text-gray-500 mt-1">
103
+ Your Highscore:
104
+ <span id="highscore" class="rounded-md font-bold bg-black px-1.5 text-white">0</span>
105
  </p>
106
  </div>
107