Compare commits

...

4 commits
main ... main

Author SHA1 Message Date
blryface 3a7793de13 Merge branch 'main' of https://git.theclashfruit.me/blurryface/Website 2024-06-10 13:42:15 -03:00
blryface adc74f60b9 The way this was set up was reaaally inconvenient to find 2024-06-01 23:58:12 -03:00
blurryface 85307121aa
update the header to say 1.11
we're getting that in 10 minutes
2024-06-02 04:51:00 +02:00
blurryface 61cb587eaa
The old one is very old 2024-06-02 04:44:10 +02:00
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
@use "colors/dark" as dark;
* {
-webkit-tap-highlight-color: transparent; // fuck you (L)
-webkit-tap-highlight-color: transparent; // fuck you (L) // wait what does this do lol
}
html,
@ -175,11 +175,11 @@ a {
.pageHero {
background-image: linear-gradient(rgba(light.$headerOverlay, 0.9), rgba(light.$headerOverlay, 0.9)), // white overlay. yeah that's a bit of an ugly hack?
url('/img/Panorama-Lens-Blur.png');
url('/img/spawn/2024-05-31_19.12.36.png');
//May add lens blur later if I feel like it but ehh
@media (prefers-color-scheme: dark) {
background-image: linear-gradient(rgba(dark.$headerOverlay, 0.9), rgba(dark.$headerOverlay, 0.9)),
url('/img/Panorama-Lens-Blur.png');
url('/img/spawn/2024-05-31_19.12.36.png');
}
background-position: center;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

View file

@ -12,7 +12,7 @@
<div class="Server-Information">
<span>Server address:</span>
<input type="text" size="14" readonly value="play.blryface.xyz">
<span>Version: 1.10.2</span> <!-- is this needed anymore since via -->
<span>Version: 1.11.2</span> <!-- is this needed anymore since via -->
</div>
</div>