mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-21 18:27:41 +00:00
change close to darkmode (#12)
 Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/12 Co-authored-by: HesterG <hestergong@gmail.com> Co-committed-by: HesterG <hestergong@gmail.com>
This commit is contained in:
@@ -33,3 +33,7 @@
|
|||||||
color: var(--ifm-font-color-base);
|
color: var(--ifm-font-color-base);
|
||||||
background-color: var(--ifm-background-color);
|
background-color: var(--ifm-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme='dark'] .close {
|
||||||
|
color: var(--ifm-color-white);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user