Skip to content

Updated the header color and moved away from yellow shade to more dar… #2104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_static/js/header_border.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const header_div = document.querySelector(".md-header");
const navbar_div = document.querySelector(".md-tabs");
const border_css = "2px solid #bd8526";
const border_css = "2px solid #14151a";

// Add smooth transition to borders
if (header_div) {
Expand Down
11 changes: 11 additions & 0 deletions docs/extra/ragas-modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
--md-primary-fg-color--light: #d19a3d;
--md-primary-fg-color--dark: #a0711e;
--md-accent-fg-color: #bd8526;
--md-default-bg-color: #ffffff;
}

[data-md-color-scheme="slate"] {
Expand All @@ -19,6 +20,16 @@
--md-default-bg-color: #171717;
}

/* Header background color for both light and dark modes */
.md-header {
background-color: #14151a !important;
}

/* Tab navigation background color */
.md-tabs {
background-color: #14151a !important;
}

/* Only minimal, essential customizations - let Material Design handle the rest */

/* Reduce navigation font size only */
Expand Down
Loading