Fix info-card dark mode colors (#974)

This commit is contained in:
Adam Scott
2024-12-04 16:05:52 -05:00
committed by GitHub
parent c09880ba0e
commit 4e36a061fd
2 changed files with 5 additions and 1 deletions

View File

@@ -77,6 +77,7 @@
--warning-color: #404040;
--info-background-color: rgba(212, 237, 255, 0.9);
--info-color: #404040;
--default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--header-font-family: "Montserrat", sans-serif;
@@ -160,6 +161,9 @@
--warning-background-color: #444033;
--warning-color: #ffeeaf;
--info-background-color: rgba(47, 54, 58, 0.9);
--info-color: rgb(162, 216, 255);
}
/* Use logo with white text for dark navbar. */