From 375d6050cdc500ff8915a90659a3cccf831a4566 Mon Sep 17 00:00:00 2001 From: Shannon Kay Date: Wed, 5 Mar 2025 00:50:47 -0800 Subject: [PATCH] More pink added --- shannon.nnwtheme/stylesheet.css | 41 ++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/shannon.nnwtheme/stylesheet.css b/shannon.nnwtheme/stylesheet.css index e1d1d49..ef04a41 100644 --- a/shannon.nnwtheme/stylesheet.css +++ b/shannon.nnwtheme/stylesheet.css @@ -15,6 +15,11 @@ a { a:hover { text-decoration: underline; } +strong, b { + background: linear-gradient(90deg, #f9e7ee, #fdb2ce, #f9adca 100%); + /* display: block; */ + padding: 0.1rem; +} .feedlink { font-weight: bold; @@ -44,7 +49,7 @@ a:hover { --feedlink-color: rgba(255, 0, 0, 0.6); --article-title-color: #fc82a3; --article-date-color: #685a68; - --table-cell-border-color: #f7d3d6; + --table-cell-border-color: #fc82a3; --sup-link-color: rgba(255, 255, 255, 0.9); --header-font: "ivystyle-sans", Helvetica, Verdana, Geneva, Tahoma, Seravek, sans-serif; --article-font: "ivyjournal", "adobe-garamond-pro", Garamond, Baskerville, Seravek, serif; @@ -62,6 +67,19 @@ a:hover { --table-cell-border-color: #f7d3d6; --code-background-color: #1a1e24; } + strong, b { + background: linear-gradient(90deg, #fb6ca3, #fb9bbf, #f97bac 100%); + /* display: block; */ + padding: 0.1rem; + color: #ffffff; + } + /* pink gradient text */ + .articleBody { + background: linear-gradient(120deg, #f9e7e9, #ffb9d4, #fc94bc, #f4bdff 100%); + background-clip: text; + -webkit-background-clip: text; + color: transparent; + } } body .headerTable { @@ -430,6 +448,20 @@ a.footnote:hover, --block-quote-border-color: #f8bfd3; --header-table-border-color: rgba(255, 255, 255, 0.2); --ios-hover-color: #444444; /* placeholder */ + + } + strong, b { + background: linear-gradient(90deg, #fb6ca3, #fb9bbf, #f97bac 100%); + /* display: block; */ + padding: 0.1rem; + color: #ffffff; + } + /* pink gradient text */ + .articleBody { + background: linear-gradient(120deg, #f9e7e9, #ffb9d4, #fc94bc, #f4bdff 100%); + background-clip: text; + -webkit-background-clip: text; + color: transparent; } } @@ -530,6 +562,13 @@ a.footnote:hover, --hover-gradient-color-end: #faa0b8; --background-color: #282a36; } + /* pink gradient text */ + .articleBody { + background: linear-gradient(120deg, #f9e7e9, #ffb9d4, #fc94bc, #f4bdff 100%); + background-clip: text; + -webkit-background-clip: text; + color: transparent; + } } body a, body a:visited, body a * {