docs: added glossary functionality (#4805)

This commit is contained in:
Shahed Nasser
2023-08-18 17:07:00 +03:00
committed by GitHub
parent ac25c422a3
commit f5d8696123
8 changed files with 239 additions and 12 deletions

View File

@@ -43,8 +43,8 @@
--ifm-h4-font-size: var(--ifm-font-size-base);
/* Links */
--ifm-link-color: var(--ifm-color-primary);
--ifm-link-hover-color: var(--ifm-color-content);
--ifm-link-color: theme(colors.medusa.fg.interactive.DEFAULT);
--ifm-link-hover-color: theme(colors.medusa.fg.interactive.hover.DEFAULT);
--ifm-link-decoration: none;
--ifm-link-hover-decoration: none;
@@ -134,6 +134,10 @@ html[data-theme="dark"] {
--ifm-base-border-color: theme(colors.medusa.border.base.dark);
--ifm-strong-border-color: theme(colors.medusa.border.strong.dark);
/* Links */
--ifm-link-color: theme(colors.medusa.fg.interactive.DEFAULT);
--ifm-link-hover-color: theme(colors.medusa.fg.interactive.hover.DEFAULT);
/* Sidebar */
--ifm-menu-color: theme(colors.medusa.fg.subtle.dark);
--ifm-menu-color-active: theme(colors.medusa.fg.base.dark);