Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Apr 3, 2024
1 parent 2e8e35f commit 7cf9fff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ style: |
}
header {
background:
linear-gradient(orange, orange) top,
linear-gradient(green, green) center,
linear-gradient(red, red) bottom;
linear-gradient(#FFB81C, #FFB81C) top,
linear-gradient(#046A38, #046A38) center,
linear-gradient(#BE3A34, #BE3A34) bottom;
background-size: 100% 33.33%;
background-repeat: no-repeat;
color: white;
Expand Down Expand Up @@ -455,7 +455,7 @@ Units management and conventions are also key to ensuring that the outputs of op

![bg contain](img/github-ci.png)

# oh, and `pytest(-xdist)`
# and `pytest(-xdist)`

**~1625 tests** (baseline)
\+ Doctests
Expand Down Expand Up @@ -971,9 +971,9 @@ out.growing_degree_days.plot(hue='location')
}
h1 {
background:
linear-gradient(orange, orange) top,
linear-gradient(green, green) center,
linear-gradient(red, red) bottom;
linear-gradient(#FFB81C, #FFB81C) top,
linear-gradient(#046A38, #046A38) center,
linear-gradient(#BE3A34, #BE3A34) bottom;
background-size: 100% 33.33%;
background-repeat: no-repeat;
color: white;
Expand Down

0 comments on commit 7cf9fff

Please sign in to comment.