add background gradient

This commit is contained in:
PossiblyAxolotl 2024-08-16 23:02:46 -06:00
parent 16f409fffc
commit 73ef447312
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
<p>Legend has it that once repaired, if you perform the right spell here you can unlock a special mask like no other.</p>
<img src="/apps/famous/written.jpg" />
<sub><a onclick="window.top.postMessage('urlt https://commons.wikimedia.org/wiki/File:Plymouth_Rock,_Plymouth,_MA,_jjron_03.05.2012.jpg')">from wikimedia</a></sub>
<p>Dude who wrote on my rock? What the hell man??? I was gonna eat that. People these days...</p>
<p>Dude who wrote on my rock? What the heck man??? I was gonna eat that. People these days...</p>
<img src="/apps/famous/reunion.jpg" />
<sub><a onclick="window.top.postMessage('urlt https://jased.xyz/photography/')">from jased</a></sub>
<p>Here we see a group of small rocks at the annual family reunion. They sit peacefully, unaware of the horrors to come. What's that on the rock in front of them? Whatever it is, its probably not important.</p>

View file

@ -107,7 +107,7 @@ button:active {
}
body, html {
background: url("images/ui/wallpaper1.png");
background: linear-gradient(to right, #00000000, rgba(255, 255, 255, 0.15)), url("images/ui/wallpaper1.png");
overflow: hidden;
width: 100vw;