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);
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue