site

Website's source files.
Log | Files | Refs | LICENSE

commit e4347158756b7895d6da9f0b4f9e94b7a131446a
parent 3668279511c0e5c62f912a3ff93237b989cb3398
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Fri, 19 Feb 2021 15:41:03 -0800

Background image change

Diffstat:
Mcss/terminal.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/terminal.css b/css/terminal.css @@ -145,7 +145,7 @@ h2 { body { background-color: #2d6189; - background-image: url('../res/lain.jpg'); + background-image: url('../res/back.jpg'); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; /* Resize the background image to cover the entire container */ background-size: cover;