Skip to content

Commit

Permalink
Minor styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Logboy2000 committed Feb 11, 2025
1 parent 8820252 commit f9c3b6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
align-items: center;
min-height: 100vh; /* Fallback */
height: 100dvh; /* Works better on mobile browsers */
background: url('images/screenshots/1193_967_4.jpg') no-repeat center center fixed;
background: url('images/screenshots/583_767_6.jpg') no-repeat center center fixed;
background-size: cover;
text-align: center;
color: white;
Expand Down Expand Up @@ -168,7 +168,7 @@
<img src="images/logo.png" alt="Hollow Guessr" id="title-image">
<button class="play-button" onclick="fadeToBlack()">Play</button>
<p id="versionLabel">
<span>v1.2.0</span><br>
<span>v1.2.1</span><br>
<span>A game by Logboy2000</span><br>
<a href="locationRequest.html">
Suggest a new location
Expand Down
3 changes: 3 additions & 0 deletions locationRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<title>Hollow Guessr</title>
<style>

body {
font-family: 'Trajan Pro Bold';
background-color: #000;
color: #ffffff;

}

button {
Expand Down

0 comments on commit f9c3b6d

Please sign in to comment.