Skip to content

Commit

Permalink
Update CSS styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 14, 2023
1 parent 4043da7 commit f976c05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ h1, h2, h3 {
transition: transform .25s cubic-bezier(.1,.7,.1,1),box-shadow .25s;
}
.md-typeset code {
background-color: transparent;
color: #f92672;
color: #ddc;
background-color: #282828;
display: inline-block;
}
.md-nav__link[data-md-state=blur] {
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/fontawesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ h1, h2, h3 {
transition: transform .25s cubic-bezier(.1,.7,.1,1),box-shadow .25s;
}
.md-typeset code {
background-color: transparent;
color: #f92672;
color: #ddc;
background-color: #282828;
display: inline-block;
}
.md-nav__link[data-md-state=blur] {
Expand Down
2 changes: 1 addition & 1 deletion docs/rust.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rust API

The core of NautilusTrader is written in Rust, and one day it will be possible to run systems
entirely programmed and compiled from Rust.
entirely programmed and compiled from Rust 🦀.

The API reference provides detailed technical documentation for the core NautilusTrader crates,
the docs are generated from source code using `cargo doc`.
Expand Down

0 comments on commit f976c05

Please sign in to comment.