fix: misc cleanup

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

View file

@ -161,7 +161,7 @@ a:active {
color: var(--blue-800);
}
a:has(svg) svg {
a svg {
stroke: var(--blue-600);
}
@ -1070,11 +1070,18 @@ h6 > svg,
background: var(--blue-400);
}
body svg,
html svg,
nav .tags svg,
nav .search svg {
stroke: var(--white);
}
a {
color: var(--blue-400);
}
a:has(svg) svg {
a svg {
stroke: var(--blue-400);
}
@ -1115,7 +1122,7 @@ h6 > svg,
stroke: var(--brand-github-light) !important;
}
a:has(svg):hover > svg {
a:has(svg):hover svg {
stroke: var(--blue-200);
}
@ -1123,7 +1130,7 @@ h6 > svg,
color: var(--blue-400);
}
.active svg {
.active:has(svg) {
stroke: var(--blue-400)
}
@ -1146,11 +1153,6 @@ h6 > svg,
background-color: var(--blue-200);
}
body svg,
html svg {
stroke: var(--white);
}
/* now */
.media__grid .item__wrapper {
border-color: var(--blue-400);