From 73ef447312852b9dfb3a497cc92d6746834d2925 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Fri, 16 Aug 2024 23:02:46 -0600 Subject: [PATCH] add background gradient --- apps/famous/index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/famous/index.html b/apps/famous/index.html index 12955ac..53e2a6b 100644 --- a/apps/famous/index.html +++ b/apps/famous/index.html @@ -32,7 +32,7 @@

Legend has it that once repaired, if you perform the right spell here you can unlock a special mask like no other.

from wikimedia -

Dude who wrote on my rock? What the hell man??? I was gonna eat that. People these days...

+

Dude who wrote on my rock? What the heck man??? I was gonna eat that. People these days...

from jased

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.

diff --git a/style.css b/style.css index d8b48b9..10414ff 100644 --- a/style.css +++ b/style.css @@ -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;