Skip to content

Commit

Permalink
Some theme coloration changes and start writing the language tutorial…
Browse files Browse the repository at this point in the history
… page
  • Loading branch information
dfellis committed Aug 10, 2024
1 parent b2f565c commit 2b68ebe
Show file tree
Hide file tree
Showing 5 changed files with 618 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.cache/
site/
venv/
*.swp
8 changes: 8 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:root {
--md-primary-fg-color: #268bd2;
--md-primary-fg-color--light: #268bd2;
--md-primary-fg-color--dark: #268bd2;
--md-accent-fg-color: #6c71c4;
--md-accent-fg-color--light: #6c71c4;
--md-accent-fg-color--dark: #6c71c4;
}
Loading

0 comments on commit 2b68ebe

Please sign in to comment.