Skip to content

Commit

Permalink
filip(fix): ensure total consistency with styles between dark and lig…
Browse files Browse the repository at this point in the history
…ht mode
  • Loading branch information
fstoqnov-iohk committed Apr 4, 2024
1 parent dc71bcc commit aa9ca7b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
--ifm-container-width-xl: 100%;

--ifm-body-text-color: #1d1e21;

--ifm-color-gray-700: #000000 !important;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand All @@ -52,6 +54,17 @@
--ifm-background-color: #ffffff !important;

--ifm-menu-link-sublist-icon-filter: invert(0) !important;

--ifm-toc-link-color: #525860;

--ifm-font-color-base: #1c1e21;

--ifm-color-content-secondary: #525860 !important;

--ifm-color-emphasis-300: #dadde1 !important;
--ifm-menu-color: #000000 !important;
--ifm-menu-color-background-active: rgba(0, 0, 0, 0.05);
--ifm-toc-border-color: #dadde1 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Chivo:wght@300;700&display=swap');
Expand Down Expand Up @@ -107,7 +120,6 @@ body {
}

.menu__link {
color: #000000;
margin-bottom: 0.3rem;
}

Expand Down

1 comment on commit aa9ca7b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-qk1ugr79y-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit aa9ca7b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.