We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92300ea commit b79f5cfCopy full SHA for b79f5cf
src/css/custom.css
@@ -17,8 +17,8 @@
17
--inline-code-text-color: #aa54bf; /* Light mode text color */
18
19
/* Custom background colors for main site and cards */
20
- --custom-background-light: rgba(255, 255, 255, 0.95);
21
- --custom-background-dark: rgba(10, 9, 9, 1);
+ --custom-background-light: #F9F9F9;
+ --custom-background-dark: #202329;
22
23
--ifm-card-text-color: #333333;
24
--ifm-card-background-color: #000171717;
0 commit comments