From 5805c690d16cc7b89c86d6366340e7a2e86a9fb2 Mon Sep 17 00:00:00 2001 From: Shannon Kay Date: Thu, 6 Mar 2025 12:58:07 -0800 Subject: [PATCH] css update --- pinkbookscoffee/home.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pinkbookscoffee/home.css b/pinkbookscoffee/home.css index 87c60d49..8c7d5d69 100644 --- a/pinkbookscoffee/home.css +++ b/pinkbookscoffee/home.css @@ -499,8 +499,24 @@ footer { @media(prefers-color-scheme: dark) { body { background-color: #4e4560; + background: linear-gradient(to bottom, #454860, #4e4560 ); /* color: #f9e7e9; */ + color: #f9e7e9; + } + /* pink gradient text */ + p { + background: linear-gradient(120deg, #f9e7e9, #ffb9d4, #fc94bc, #f4bdff 100%); + background-clip: text; + -webkit-background-clip: text; + color: transparent; + } + strong, b { + background: linear-gradient(90deg, #fb6ca3, #fb9bbf, #f97bac 100%); + /* display: block; */ + padding: 0.1rem; + color: #ffffff; + } } /* Custom Icons */