From 45c8d59c1d052ee3a6ce5149d6e342758a7d0946 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sat, 26 Nov 2022 00:10:58 -0500 Subject: Update regular pages to have proper background --- html/about.html | 4 ++-- html/assets/style.css | 6 ++++++ html/now.html | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'html') diff --git a/html/about.html b/html/about.html index a65f1ee..8f5b07b 100644 --- a/html/about.html +++ b/html/about.html @@ -1,6 +1,6 @@ - + @@ -26,7 +26,7 @@

About

-
+

Hello my name is Lucas Fryzek, and welcome to my website!

diff --git a/html/assets/style.css b/html/assets/style.css index af1fd0b..faee4ab 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -62,6 +62,12 @@ blockquote background-color: #FFFFFF; } +.main-container-page +{ + margin: 0; + background-color: #e9e9e7; +} + .note-body { padding-top: 10px; diff --git a/html/now.html b/html/now.html index 00c7061..5fe0330 100644 --- a/html/now.html +++ b/html/now.html @@ -1,6 +1,6 @@ - + @@ -26,7 +26,7 @@

Now

-
+

A monthly update about my life

-- cgit v1.2.3