shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs

commit bfe38aa18b10fb9dd0eebd4661b9950c9075d036
parent b0510bee3f56b61a1fb275b548037df14b3bcae2
Author: Shiimoe <SameulFrost@tuta.io>
Date:   Sun, 13 Sep 2020 21:48:48 +0100

fixed background

Diffstat:
Mstyle.css | 2+-
Mtemplates/guestbook.html | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -23,7 +23,7 @@ body { background-size: 10em; background-repeat: repeat; font-family: 'Lora', serif; - + background-attachment: fixed; max-width: 800px; margin-left: auto; margin-right: auto; diff --git a/templates/guestbook.html b/templates/guestbook.html @@ -29,6 +29,7 @@ padding: 0.4em 0.6em; font-size: 1em; width: 30%; + border: 1px solid #0004; } .comment { margin: 1.5em 0;