Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Every Eval Ever
description: Documentation for the Every Eval Ever schema, CLI, and converters
theme: just-the-docs
color_scheme: light
color_scheme: evaleval

source: docs

Expand Down
11 changes: 11 additions & 0 deletions docs/_sass/color_schemes/evaleval.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// EvalEval color scheme — inherits the Just the Docs "light" scheme and
// recolors the purple accents to EvalEval blue (#3b82f6), matching the
// accent used on evalevalai.com and the Every Eval Ever project page.
//
// Imported after color_schemes/light, so these non-!default assignments
// override the light scheme's $purple-000 / $purple-100 defaults.

$blue-evaleval: #3b82f6;

$link-color: $blue-evaleval;
$btn-primary-color: $blue-evaleval;
Loading