Skip to content

Commit b79f5cf

Browse files
committed
update bg colors to match DF bg
1 parent 92300ea commit b79f5cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
--inline-code-text-color: #aa54bf; /* Light mode text color */
1818

1919
/* 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);
20+
--custom-background-light: #F9F9F9;
21+
--custom-background-dark: #202329;
2222

2323
--ifm-card-text-color: #333333;
2424
--ifm-card-background-color: #000171717;

0 commit comments

Comments
 (0)