Skip to content

Commit

Permalink
Changing color scheme and adding nav tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 12, 2023
1 parent fb4ca3a commit b39bf49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ theme:
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
primary: white
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
Expand All @@ -187,6 +187,7 @@ theme:
- search.share
- search.suggest
- toc.follow
- navigation.tabs

extra_css:
- css/custom.css
Expand Down
2 changes: 2 additions & 0 deletions synapseclient/models/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class Project:
project.files = [file_1, file_2]
project = await project.store()
TODO: Clean up this docstring:
Note:
Testing what a note looks like.
Expand Down

0 comments on commit b39bf49

Please sign in to comment.