Skip to content

Commit e971a0b

Browse files
committed
💄 Hover color on description text of colorful theme
1 parent 7e4e2ed commit e971a0b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/styles/color-themes.scss

+6-2
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ html[data-theme='colorful'] {
291291
--item-group-outer-background: #05070e;
292292
--item-group-heading-text-color: #e8eae1;
293293
--item-group-heading-text-color-hover: #fff;
294+
--nav-link-background-color: #141826;
294295
.item-wrapper:nth-child(1n) { .item { color: #eb5cad; border: 1px solid #eb5cad; } }
295296
.item-wrapper:nth-child(2n) { .item { color: #985ceb; border: 1px solid #985ceb; } }
296297
.item-wrapper:nth-child(3n) { .item { color: #5c90eb; border: 1px solid #5c90eb; } }
@@ -303,9 +304,12 @@ html[data-theme='colorful'] {
303304
opacity: 0.85;
304305
outline: none;
305306
background: currentColor;
306-
span { color: #05070e; }
307+
span.text, p.description { color: #05070e; }
308+
i.fas, i.fab, i.far, i.fal, i.fad {
309+
filter: drop-shadow(1px 3px 2px var(--transparent-50));
310+
color: #05070e;
311+
}
307312
svg path { fill: #05070e; }
308-
i.fas, i.fab, i.far, i.fal, i.fad { color: #05070e; }
309313
}
310314
h1, h2, h3, h4 {
311315
font-weight: normal;

0 commit comments

Comments
 (0)