docs: fix footer color

improve-workflow
Meng Zhang 2023-06-07 13:12:51 -07:00
parent fd2adcba8a
commit 0353a2c681
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
--ifm-code-background: #FFFEFD;
--openapi-monaco-background-color-light: var(--ifm-code-background) !important;
--openapi-card-background-color: var(--ifm-code-background) !important;
/* Fix footer hover color */
--ifm-footer-link-hover-color: var(--ifm-color-gray-500);
}