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 */