Skip to content

Commit

Permalink
fix: set INDIGO_PRIMARY_COLOR variable as primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Mar 8, 2024
1 parent 9976abd commit 89acd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorindigo/plugin.py
Expand Up @@ -20,7 +20,7 @@
"defaults": {
"VERSION": __version__,
"WELCOME_MESSAGE": "The place for all your online learning",
"PRIMARY_COLOR": "#3b85ff", # cool blue
"PRIMARY_COLOR": "#15376D", # Indigo
# Footer links are dictionaries with a "title" and "url"
# To remove all links, run:
# tutor config save --set INDIGO_FOOTER_NAV_LINKS=[]
Expand Down
@@ -1,4 +1,4 @@
$primary: #15376D;
$primary: {{ INDIGO_PRIMARY_COLOR }};
$primary-light: #F2F7F8;

// Theme fonts
Expand Down

0 comments on commit 89acd85

Please sign in to comment.