fix: more dark theme
This commit is contained in:
parent
a197a6aa0a
commit
6e90e849cd
1 changed files with 15 additions and 15 deletions
|
@ -1074,10 +1074,8 @@ h6 > svg,
|
||||||
color: var(--blue-400);
|
color: var(--blue-400);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,
|
a:has(svg) svg {
|
||||||
a:focus,
|
stroke: var(--blue-400);
|
||||||
a:active {
|
|
||||||
color: var(--blue-200);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main__title a,
|
.main__title a,
|
||||||
|
@ -1086,6 +1084,18 @@ h6 > svg,
|
||||||
color: var(--white);
|
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 {
|
hr {
|
||||||
background-color: var(--gray-900);
|
background-color: var(--gray-900);
|
||||||
}
|
}
|
||||||
|
@ -1141,16 +1151,6 @@ h6 > svg,
|
||||||
stroke: var(--white);
|
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 */
|
/* now */
|
||||||
.media__grid .item__wrapper {
|
.media__grid .item__wrapper {
|
||||||
border-color: var(--blue-400);
|
border-color: var(--blue-400);
|
||||||
|
|
Reference in a new issue