Skip to content

Commit 50bbaa2

Browse files
committed
changed default background color to be better on eyes
1 parent 4f0154a commit 50bbaa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/Bobjoerules.png

14.1 KB
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="style.css" rel="stylesheet" type="text/css" />
99
<style>
1010
body {
11-
background-color: rgb(245, 236, 1);
11+
background-color: rgb(0, 90, 120);
1212
}
1313
</style>
1414
</head>
@@ -124,7 +124,7 @@
124124
<img id="highlights" class="highlights" src="images/nothing.png" draggable = "false">
125125
<img id="face" class="face" src="images/Face Background.png" draggable = "false">
126126
</div>
127-
<p style="position: absolute; bottom: 0; right: 10px" draggable="false"><a href="https://github.com/bobjoerules/Emojisite">GitHub</a> · Emoji Site V2.0 © <a href="https://bobjoerules.com">Bobjoerules</a> 2025</p>
127+
<p style="position: absolute; bottom: 0; right: 10px" draggable="false"><a color="grey" href="https://github.com/bobjoerules/Emojisite">GitHub</a> · Emoji Site V2.0 © <a color="grey" href="https://bobjoerules.com">Bobjoerules</a> 2025</p>
128128
<script src="script.js"></script>
129129
</body>
130130
</html>

0 commit comments

Comments
 (0)