fix: more dark theme

This commit is contained in:
Cory Dransfeldt 2024-01-02 09:35:10 -08:00 committed by GitHub
parent a197a6aa0a
commit 6e90e849cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1074,10 +1074,8 @@ h6 > svg,
color: var(--blue-400);
}
a:hover,
a:focus,
a:active {
color: var(--blue-200);
a:has(svg) svg {
stroke: var(--blue-400);
}
.main__title a,
@ -1086,6 +1084,18 @@ h6 > svg,
color: var(--white);
}
a:hover,
a:focus,
a:active {
color: var(--blue-200);
}
a:has(svg):hover svg,
a:has(svg):active svg,
a:has(svg):focus svg {
stroke: var(--blue-200);
}
hr {
background-color: var(--gray-900);
}
@ -1141,16 +1151,6 @@ h6 > svg,
stroke: var(--white);
}
a:has(svg) svg {
stroke: var(--blue-400);
}
a:has(svg):hover svg,
a:has(svg):active svg,
a:has(svg):focus svg {
stroke: var(--blue-200);
}
/* now */
.media__grid .item__wrapper {
border-color: var(--blue-400);
@ -1196,4 +1196,4 @@ h6 > svg,
.post-graph__progress {
background-color: var(--blue-400);
}
}
}