More pink added

This commit is contained in:
Shannon Kay 2025-03-05 00:50:47 -08:00
parent 34af1e72ed
commit 375d6050cd

View file

@ -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 * {